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

Add support for write-iso in live.cgi with nice select box :-)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 05 03:35:45 2011 +0200 (2011-04-05)
parents bbd7b3e24974
children 253219c1f9fe
line diff
     1.1 --- a/styles/default/style.css	Mon Apr 04 04:26:20 2011 +0200
     1.2 +++ b/styles/default/style.css	Tue Apr 05 03:35:45 2011 +0200
     1.3 @@ -113,6 +113,7 @@
     1.4  
     1.5  .progress { cursor: progress; }
     1.6  
     1.7 +/* Misc */
     1.8  
     1.9  pre { 
    1.10  	background-color: #f8f8f8; 
    1.11 @@ -124,7 +125,7 @@
    1.12  
    1.13  .pre_main { margin: 20px 0 10px; }
    1.14  
    1.15 -input[type=submit] {
    1.16 +input[type=submit], select {
    1.17  	padding: 2px 4px;
    1.18  	margin: 4px 0 0;
    1.19  	background-color: #f1f1f1;
    1.20 @@ -132,7 +133,7 @@
    1.21  	cursor: pointer;
    1.22  }
    1.23  
    1.24 -input[type=submit]:hover {
    1.25 +input[type=submit]:hover, select:hover {
    1.26  	background-color: #ddd;
    1.27  	border: 1px solid #999;
    1.28  }