tazpanel diff styles/default/style.css @ rev 294

installer.cgi: fix: Partition for home is formatted even if unchecked
author Dominique Corbex <domcox@slitaz.org>
date Wed Apr 25 21:45:40 2012 +0200 (2012-04-25)
parents aa12dc99e177
children fdfc6b494539
line diff
     1.1 --- a/styles/default/style.css	Tue Feb 28 22:28:12 2012 +0100
     1.2 +++ b/styles/default/style.css	Wed Apr 25 21:45:40 2012 +0200
     1.3 @@ -253,6 +253,10 @@
     1.4  span.diff-at { color: blue;  }
     1.5  span.top { color: #00c800; font-weight: bold; font-size: 95%; }
     1.6  
     1.7 +/* alert messages */
     1.8 +span.msg-ok { color: limegreen; }
     1.9 +span.msg-nok { color: tomato; }
    1.10 +
    1.11  /* Misc */
    1.12  
    1.13  pre, .pre-main {