organizr: more color work

This commit is contained in:
gilbN 2019-06-13 19:54:37 +02:00
parent ebd2c826ea
commit fdf88b51da
2 changed files with 10 additions and 4 deletions

View File

@ -66,7 +66,7 @@
background: rgba(0, 0, 0, 0.15); background: rgba(0, 0, 0, 0.15);
} }
.content-wrap, .bg-org { .content-wrap, .bg-org {
background: rgba(0, 0, 0, 0.15) !important; background: var(--main-bg-color) !important;
} }
.panel-blue .panel-heading, .panel-info .panel-heading { .panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff; border-color: #ffffff;
@ -75,6 +75,9 @@
} }
.panel { .panel {
background: transparent; background: transparent;
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
} }
.nav-tabs>li>a:hover { .nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15); background: rgba(0, 0, 0, 0.15);

View File

@ -66,7 +66,7 @@
background: rgba(0, 0, 0, 0.15); background: rgba(0, 0, 0, 0.15);
} }
.content-wrap, .bg-org { .content-wrap, .bg-org {
background: rgba(0, 0, 0, 0.15) !important; background: var(--main-bg-color) !important;
} }
.panel-blue .panel-heading, .panel-info .panel-heading { .panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff; border-color: #ffffff;
@ -75,6 +75,9 @@
} }
.panel { .panel {
background: transparent; background: transparent;
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
} }
.nav-tabs>li>a:hover { .nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15); background: rgba(0, 0, 0, 0.15);