tazpanel rev 116

Lighter footer font color
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 12:04:15 2011 +0200 (2011-04-15)
parents 34979c5e823b
children b38c8a12a574
files lib/libtazpanel styles/default/style.css tazpanel
line diff
     1.1 --- a/lib/libtazpanel	Fri Apr 15 12:01:19 2011 +0200
     1.2 +++ b/lib/libtazpanel	Fri Apr 15 12:04:15 2011 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  # We need a config file first
     1.5  get_config() {
     1.6  	CONFIG="/etc/slitaz/tazpanel.conf"
     1.7 -	[ -f tazpanel.conf ] && CONFIG="tazpanel.conf"
     1.8 +	[ -f data/tazpanel.conf ] && CONFIG="data/tazpanel.conf"
     1.9  	[ -f "$CONFIG" ] && . $CONFIG
    1.10  	[ ! -f "$PANEL/lib/libtazpanel" ] && \
    1.11  		echo "No config file or libtazpanel found: $CONFIG" && \
     2.1 --- a/styles/default/style.css	Fri Apr 15 12:01:19 2011 +0200
     2.2 +++ b/styles/default/style.css	Fri Apr 15 12:04:15 2011 +0200
     2.3 @@ -251,7 +251,8 @@
     2.4  	text-align: center;
     2.5  	padding: 40px 10px;
     2.6  	font-size: 11px;
     2.7 -	color: #555;
     2.8 +	color: #bbb;
     2.9  }
    2.10  
    2.11 -#footer a:hover { color: blue; }
    2.12 +#footer a { color: #bbb; }
    2.13 +#footer a:hover { color: #555; }
     3.1 --- a/tazpanel	Fri Apr 15 12:01:19 2011 +0200
     3.2 +++ b/tazpanel	Fri Apr 15 12:04:15 2011 +0200
     3.3 @@ -9,7 +9,7 @@
     3.4  # Get the configuration file and functions
     3.5  CONFIG="/etc/slitaz/tazpanel.conf"
     3.6  [ -f $CONFIG ] && . $CONFIG
     3.7 -[ -f tazpanel.conf ] && . tazpanel.conf
     3.8 +[ -f data/tazpanel.conf ] && . data/tazpanel.conf
     3.9  [ ! -f $PANEL/lib/libtazpanel ] && \
    3.10  	echo "No config file or libtazpanel found: $CONFIG" && exit 1
    3.11  . $PANEL/lib/libtazpanel