Skip to content
Snippets Groups Projects
Commit dabbbf66 authored by xaver's avatar xaver
Browse files

Fix #1738 - css background in different systems

parent ba3059ac
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,14 @@ ...@@ -95,6 +95,14 @@
border-bottom: .1em dashed #c00; border-bottom: .1em dashed #c00;
cursor: help; cursor: help;
} }
/* Set a background-color, no system backgorund used anymore */
select, input, textarea {
background: #FFFFFF;
border: 1px solid #DFDFDF;
padding: 1px;
}
/** /**
* Generic Content Classes * Generic Content Classes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment