mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move base background colour CSS.
The main panel is the only place it can be seen anyway.
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
::-webkit-scrollbar-corner {
|
||||
background: inherit;
|
||||
}
|
||||
body {
|
||||
background:#FAFAFA;
|
||||
}
|
||||
paper-button[autofocus] {
|
||||
color: #64B5F6;
|
||||
}
|
||||
@@ -106,6 +103,7 @@ paper-item > a:hover {
|
||||
|
||||
/* Panel */
|
||||
#main {
|
||||
background:#FAFAFA;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
Reference in New Issue
Block a user