make HTML-based video controls work while keeping the XUL-based ones intact - this...
[themes.git] / LCARStrek / global / textbox.css
index 346a507b900435bc21b3514cf4a25c20a94b2db6..227757d7ddcccc4aac211197fb484b8fdffd5263 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,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;
 }