apply darkly theme

This commit is contained in:
Jakob Ketterl
2020-05-14 22:31:54 +02:00
parent 10d6309608
commit e557d46c0d
10 changed files with 27 additions and 23 deletions

View File

@ -1,11 +1,6 @@
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
body {
background-color: #2e2e2e;
color: #DDD;
}
.buttons {
text-align: right;
}

12
htdocs/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,3 @@ h1 {
text-align: center;
margin: 50px 0;
}
.table {
color: inherit;
}

View File

@ -1,10 +1,6 @@
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
body {
background-color: #2e2e2e;
}
.login {
position: absolute;
left: 50%;
@ -13,7 +9,6 @@ body {
width: 500px;
background-color: #ddd;
padding: 20px;
border-radius: 10px;
border: 1px solid #575757;
@ -25,8 +20,5 @@ body {
}
.btn-login {
color: #FFF;
background-color: #2e2e2e;
border-color: #2e2e2e;
height: 50px;
}

View File

@ -43,6 +43,15 @@
right: 0;
}
#webrx-tob-container, #webrx-top-container * {
line-height: initial;
box-sizing: initial;
}
#webrx-top-container img {
vertical-align: initial;
}
#webrx-top-logo
{
padding: 12px;