apply height workaround to page info only
[themes.git] / LCARStrek / global / textbox.css
index 5448212453c15bb1763c1bb670c5ae5e1a81cc98..5929e7a4186f38d3eb63f0437708de0b33bf0981 100644 (file)
@@ -18,7 +18,7 @@ textbox {
   margin: 1px 2px;
   border: 1px solid #9C9CFF;
   padding: 1px 0px;
-  -moz-padding-start: 2px;
+  padding-inline-start: 2px;
   background-color: #000000;
   color: #E7ADE7;
   min-height: 19px;
@@ -35,9 +35,10 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
-html|*.textbox-input:-moz-placeholder,
-html|*.textbox-textarea:-moz-placeholder {
-  color: #6000CF;
+html|*.textbox-input::placeholder,
+html|*.textbox-textarea::placeholder {
+  color: #8050B0;
+  opacity: 1.0;
 }
 
 .textbox-input-box menupopup {
@@ -47,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 ..... */
@@ -67,7 +68,7 @@ textbox[focused="true"] {
 }
 
 textbox[focused="true"][readonly="true"] {
-  border: 1px solid #8050B0;
+  border: 1px solid #A09090;
   outline: none;
 }