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

Fix "Confirm break", add Improvement script, tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 16:26:58 2015 +0300 (2015-04-18)
parents b0146d791379
children 7ca14d55e705
line diff
     1.1 --- a/styles/default/tweaks.css	Tue Apr 07 00:27:17 2015 +0300
     1.2 +++ b/styles/default/tweaks.css	Sat Apr 18 16:26:58 2015 +0300
     1.3 @@ -184,6 +184,9 @@
     1.4   * Buttons with icons *
     1.5   **********************/
     1.6  
     1.7 +.light a[data-icon]::before, .light button[data-icon]::before
     1.8 +{ color: #333; }
     1.9 +
    1.10  .light button[data-icon]::before {
    1.11  	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.9); }
    1.12  
    1.13 @@ -193,24 +196,27 @@
    1.14  	-webkit-background-clip: text;
    1.15  	-webkit-text-fill-color: transparent;
    1.16  }
    1.17 -/*.light a[data-icon]:before { color: #333; }*/
    1.18 +
    1.19  a[data-icon] { white-space: pre-line; }
    1.20  
    1.21  [data-icon="cancel"]::before, [data-icon="delete"]::before,
    1.22  [data-icon="remove"]::before, [data-icon="stop"]:not([disabled])::before,
    1.23  [data-img="help"]::before,    [data-img="man"]::before,
    1.24  [data-img="off"]::before,     [data-img="remove"]::before,
    1.25 -[data-img="stop"]::before,    [data-icon="pkgib"]::before {color:#dc322f} /*red*/
    1.26 +[data-img="stop"]::before,    [data-icon="pkgib"]::before
    1.27 +{color:#dc322f!important} /*red*/
    1.28  
    1.29  [data-icon="restart"]:not([disabled])::before, [data-img="conf"]::before,
    1.30 -[data-img="slitaz"]::before {color:#cb4b16} /*orange*/
    1.31 +[data-img="slitaz"]::before
    1.32 +{color:#cb4b16!important} /*orange*/
    1.33  
    1.34  [data-icon="ok"]::before,    [data-icon="run"]::before,
    1.35  [data-icon="start"]:not([disabled])::before, [data-img="on"]::before,
    1.36  [data-img="opt"]::before, [data-img="run"]::before, [data-icon="pkgi"]::before,
    1.37 -[data-img="user"]::before {color:#859900} /*green*/
    1.38 +[data-img="user"]::before {color:#859900!important} /*green*/
    1.39  
    1.40 -[data-img="web"]::before {color:#268bd2}, [data-icon="pkg"]::before /*blue*/
    1.41 +[data-img="web"]::before, [data-icon="pkg"]::before
    1.42 +{color:#268bd2!important} /*blue*/
    1.43  
    1.44  /* disabled buttons with gray icons */
    1.45  /*.light [disabled][data-icon]::before {color:#888}