tazpanel diff styles/default/tweaks.css @ rev 474
settings.cgi: add tweaks to quick change terminal prompt style, and LXPanel menu button style.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 01 19:30:01 2015 +0300 (2015-05-01) |
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 Fri May 01 19:30:01 2015 +0300 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); }