Temp fix for edit styling
This commit is contained in:
22
temp-input-colors.css
Normal file
22
temp-input-colors.css
Normal file
@@ -0,0 +1,22 @@
|
||||
/* TEMPORARY FIX
|
||||
* Apply template color placeholders to all form controls.
|
||||
* Remove this file once the template provides proper input styling.
|
||||
*/
|
||||
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
button {
|
||||
color: @ini_text !important;
|
||||
background-color: @ini_background !important;
|
||||
border: 1px solid @ini_border !important;
|
||||
}
|
||||
|
||||
button:not(.toolbutton) {
|
||||
background: @ini_background !important;
|
||||
}
|
||||
|
||||
select option {
|
||||
color: @ini_text;
|
||||
background-color: @ini_background;
|
||||
}
|
||||
Reference in New Issue
Block a user