apply height workaround to page info only
[themes.git] / LCARStrek / global / textbox.css
index 5f48a5f4dda7f9381a7c27f494fd87594c5dbacc..5929e7a4186f38d3eb63f0437708de0b33bf0981 100644 (file)
@@ -35,8 +35,8 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
-html|*.textbox-input::-moz-placeholder,
-html|*.textbox-textarea::-moz-placeholder {
+html|*.textbox-input::placeholder,
+html|*.textbox-textarea::placeholder {
   color: #8050B0;
   opacity: 1.0;
 }
@@ -48,8 +48,8 @@ html|*.textbox-textarea::-moz-placeholder {
 /* ..... readonly state ..... */
 
 textbox[readonly="true"] {
-  border: 1px solid #8050B0;
-  color: #8050B0;
+  border: 1px solid #A09090;
+  color: #A09090;
 }
 
 /* ..... disabled state ..... */
@@ -68,7 +68,7 @@ textbox[focused="true"] {
 }
 
 textbox[focused="true"][readonly="true"] {
-  border: 1px solid #8050B0;
+  border: 1px solid #A09090;
   outline: none;
 }