]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default.xml
preparation for page search
[Rakka.git] / defaultPages / StyleSheet / Default.xml
index 9f4b8e75dfbf32bb3fce47a581c4f452a1f38bf4..7a5a6abd61d96de86b08e938392ce0f144faad4f 100644 (file)
@@ -158,6 +158,12 @@ td, th {
     padding: 0.2em 0 0 0;
 }
 
+.sideBar input[type="text"],
+.sideBar input[type="password"] {
+    width: 97%;
+    padding: 1px;
+}
+
 table.pageEditor {
     width: 100%;
 }
@@ -362,6 +368,23 @@ input[type="button"][disabled]:active {
     background-color: #e0e0e0;
 }
 
+.sideBar input[type="text"],
+.sideBar input[type="password"] {
+    background-color: #dddddd;
+
+    border-style: inset;
+    border-width: 1px;
+    border-color: #dddddd;
+}
+
+.activeField {
+    color: black;
+}
+
+.inactiveField {
+    color: #888888;
+}
+
 .pageEditor input[type="text"],
 .pageEditor input[type="file"],
 .pageEditor textarea {