summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14e9456)
raw | patch | inline | side by side (parent: 14e9456)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 14 Mar 2010 15:26:05 +0000 (15:26 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 14 Mar 2010 15:26:05 +0000 (15:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16503 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history |
index 23ef115d720ccbc9e9918dd230d5d80ec44ec949..855c31bb339ebe7823b33e8a6f2238f752f5db08 100644 (file)
border-color:#CCC;
}
-select[size=1]{
- padding:0;
+select[size="1"]{
+ padding:2px;
+ border:1px solid #CCC;
margin:0;
+ background-color:#FFF;
+}
+
+select[size="1"]:hover{
+ border:1px solid #777;
}
h1, h2, h3 {
/* Buttons */
-button, select[size="1"] {
+button {
padding:2px 6px;
margin:0;
margin-bottom:6px;