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

network.cgi : edit arp table
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 12 13:10:58 2015 +0200 (2015-05-12)
parents d0dbe11a2060
children 470ab4241de5
line diff
     1.1 --- a/styles/default/tweaks.css	Sat Apr 18 16:26:58 2015 +0300
     1.2 +++ b/styles/default/tweaks.css	Tue May 12 13:10:58 2015 +0200
     1.3 @@ -184,8 +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 +/*.light a[data-icon]:not([disabled])::before,
    1.10 +.light button[data-icon]:not([disabled])::before
    1.11 +{ color: #333; }*/
    1.12  
    1.13  .light button[data-icon]::before {
    1.14  	text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.9); }