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