Code

* Made stylesheets more W3C conform
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 12:08:37 +0000 (12:08 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 12:08:37 +0000 (12:08 +0000)
* Removed focus colors

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1707 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css

index cff6c76507f92488e9ddc4cdb8a252164f962dca..27f93cef9ebcd15992374aab425de0a59eb31746 100644 (file)
@@ -10,13 +10,13 @@ tr.listrow {
 td.listheader {
        background:#E5E5E5;
        font-weight:bold;
-    border-right:1px solid #C0C0C0;
+       border-right:1px solid #C0C0C0;
        padding:3px;
 }
 
 td.list0 {
        background:#F0F0F0;
-    border-right:1px solid #C0C0C0;
+       border-right:1px solid #C0C0C0;
        padding:3px;
 }
 
@@ -402,7 +402,7 @@ table.gosaLoginMask {
 }
 
 td.gosaLoginBack {
-       width:606;
+       width:606px;
        height:406px;
        background:url(images/login.png);
        vertical-align:top;
@@ -458,7 +458,6 @@ input {
 }
 
 input:focus {
-       background-color: #f5f5f5;
        font-size: 12px;
 }
 
@@ -471,7 +470,6 @@ textarea {
 }
 
 textarea:focus {
-       background-color: #f0f0f0;
        font-size: 12px;
 }
 
@@ -508,7 +506,7 @@ a.alphaselect:hover {
 
 table.check {
        background-color: #E1E1F1;
-       font-color: black;
+       color: black;
        border:1px dashed #A0A0A0;
        width:95%;
        margin-left:20px;
@@ -520,7 +518,7 @@ td.check {
 
 option.select {
         background-repeat:no-repeat;
-        background-position:0px top;
+        background-position: top;
         border:0;
        padding-left:20px;
        padding-bottom:1px;