forked from x/ContextOS
17 lines
1.0 KiB
CSS
17 lines
1.0 KiB
CSS
body.white { background-color:white; color:black; }
|
|
body.white legend { background-color:#ffffffc2; }
|
|
body.white input { background-color:#ffffff7d; color:black; }
|
|
body.white textarea { background-color:white; color:black; }
|
|
body.white div.item:hover { background-color:aliceblue; }
|
|
body.white div.item.select { background-color:aliceblue; }
|
|
body.white table.content tr:hover { background-color:skyblue; }
|
|
body.white table.content th { background-color:skyblue; }
|
|
body.white table.content td:hover { background-color:skyblue; }
|
|
body.white table.content.action td:last-child { background-color:skyblue; }
|
|
body.white fieldset:not(.panel):not(.float):not(.full) { background-color:#ffffffa1; }
|
|
body.white fieldset.float { background-color:aliceblue; }
|
|
body.white fieldset.full { background-color:aliceblue; }
|
|
body.white div.float { background-color:aliceblue; }
|
|
body.white fieldset.panel.River:not(.main):not(.auto) div.item:hover { background-color:#243783bd; }
|
|
body.white fieldset.panel.River:not(.main):not(.auto) div.item.select { background-color:#243783bd; }
|