1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Improved dark mode of popup

This commit is contained in:
nobody
2020-05-31 18:59:43 +02:00
parent 1fea1a2828
commit e122c66ece

View File

@@ -20,16 +20,15 @@ header {
border-bottom: solid #d3d3d3 1px; border-bottom: solid #d3d3d3 1px;
display: flex; display: flex;
position: relative; position: relative;
padding: 8px; padding: 8px 0px 0px 4px;
} }
.panel { .panel {
overflow: hidden; overflow: hidden;
padding: 10px 8px;
} }
.subpanel { .subpanel {
padding: 5px 0px; padding-top: 8px;
overflow: hidden; overflow: hidden;
} }
@@ -40,11 +39,7 @@ header {
footer { footer {
overflow: hidden; overflow: hidden;
padding: 8px; padding: 8px 0px;
}
.content {
padding: 8px;
} }
#more-injections-section { #more-injections-section {
@@ -405,7 +400,7 @@ input:checked + .slider:before {
body { body {
background-color: #404040; background-color: #404040;
color: #f9f9fa; color: #bbb;
} }
header { header {
@@ -437,6 +432,10 @@ input:checked + .slider:before {
color: #f0f0f0; color: #f0f0f0;
} }
.subpanel:last-child {
border-bottom: solid #292929 1px;
}
/** /**
* Buttons * Buttons
*/ */