fix a parsing error and add some modification to support current Nightly (when it...
[themes.git] / LCARStrek / global / textbox.css
index 227757d7ddcccc4aac211197fb484b8fdffd5263..5929e7a4186f38d3eb63f0437708de0b33bf0981 100644 (file)
@@ -48,8 +48,8 @@ html|*.textbox-textarea::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;
 }