tazpanel diff styles/default/tweaks.css @ rev 501

*.cgi: Implement TazPanel title and sub-title; hardware.cgi: fix and improve modules search; index.cgi: complex code using awk was prevented 'make pot' to collect all messages, fix terminal history removing; tazpanel.js: disable buttons when no packages selected (pkgs.cgi: up / search / category lists); network.cgi: complex comment was prevented 'make pot' to collect all messages; powersaving.cgi: starting development; *.po: rebuild; tazpanel.ttf: add messages icons, so remove all the style/png images and change libtazpanel; *.css: title and sub-title, messages icons; test.cgi: add new icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 08 04:32:19 2015 +0300 (2015-06-08)
parents 470ab4241de5
children a15373a181ff
line diff
     1.1 --- a/styles/default/tweaks.css	Mon May 18 17:13:57 2015 +0300
     1.2 +++ b/styles/default/tweaks.css	Mon Jun 08 04:32:19 2015 +0300
     1.3 @@ -204,25 +204,39 @@
     1.4  [data-icon="remove"]::before, [data-icon="stop"]:not([disabled])::before,
     1.5  [data-img="help"]::before,    [data-img="man"]::before,
     1.6  [data-img="off"]::before,     [data-img="remove"]::before,
     1.7 -[data-img="stop"]::before,    [data-icon="pkgib"]::before
     1.8 +[data-img="stop"]::before,    [data-icon="pkgib"]::before,
     1.9 +[data-icon="msgerr"]::before, [data-icon="msgwarn"]::before
    1.10  {color:#dc322f!important} /*red*/
    1.11  
    1.12  [data-icon="restart"]:not([disabled])::before, [data-img="conf"]::before,
    1.13 -[data-img="slitaz"]::before
    1.14 +[data-img="slitaz"]::before, [data-icon="msgup"]::before
    1.15  {color:#cb4b16!important} /*orange*/
    1.16  
    1.17  [data-icon="ok"]::before,    [data-icon="run"]::before,
    1.18  [data-icon="start"]:not([disabled])::before, [data-img="on"]::before,
    1.19  [data-img="opt"]::before, [data-img="run"]::before, [data-icon="pkgi"]::before,
    1.20 -[data-img="user"]::before {color:#859900!important} /*green*/
    1.21 +[data-img="user"]::before, [data-icon="msgtip"]::before
    1.22 +{color:#859900!important} /*green*/
    1.23  
    1.24 -[data-img="web"]::before, [data-icon="pkg"]::before
    1.25 +[data-img="web"]::before, [data-icon="pkg"]::before,
    1.26 +[data-icon="msg"]::before
    1.27  {color:#268bd2!important} /*blue*/
    1.28  
    1.29  /* disabled buttons with gray icons */
    1.30  /*.light [disabled][data-icon]::before {color:#888}
    1.31  .dark  [disabled][data-icon]::before {color:#222}*/
    1.32  
    1.33 +.light [data-icon="tazpanel"]::before {
    1.34 +	color: #EBEBEB;
    1.35 +	border-color: hsl(5, 85%, 35%);
    1.36 +	text-shadow: 0 1pt 2pt hsla(0, 0%, 0%, 0.9), 0 0 2pt hsla(0, 0%, 0%, 0.6);
    1.37 +	background-image: -webkit-linear-gradient(top, hsl(10, 100%, 40%), hsl(0, 70%, 30%));
    1.38 +}
    1.39 +.dark [data-icon="tazpanel"]::before {
    1.40 +	border-color: hsl(0, 0%, 35%);
    1.41 +}
    1.42 +
    1.43 +
    1.44  
    1.45  
    1.46  /**********