Update of /cvsroot/popfile/engine/skins/oceanblue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12814/skins/oceanblue
Modified Files:
style.css
Log Message:
Differentiate hover color between text fields and submit buttons.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** style.css 7 Feb 2006 11:37:58 -0000 1.13
--- style.css 15 Feb 2006 07:13:17 -0000 1.14
***************
*** 75,82 ****
}
! input:hover, select:hover, textarea:hover, .submit:hover {
background-color: #1165ac;
}
input {
font-size: 1em;
--- 75,86 ----
}
! input:hover, select:hover, textarea:hover {
background-color: #1165ac;
}
+ .submit:hover {
+ background-color: #2586d7;
+ }
+
input {
font-size: 1em;
***************
*** 177,183 ****
background-color: #2175bc;
color: #fff;
! text-decoration: none;
width: 100%;
}
html>body .menu li a {
width: auto;
--- 181,188 ----
background-color: #2175bc;
color: #fff;
! text-decoration: none;
width: 100%;
}
+
html>body .menu li a {
width: auto;
***************
*** 189,193 ****
background-color: #2586d7;
color: #fff;
-
}
--- 194,197 ----
***************
*** 443,448 ****
}
! .configBarTitle:hover {
! background-color: #1165ac;
}
--- 447,452 ----
}
! .configBarTitle a:hover {
! background-color: #2586d7;
}
|