organizr: more color work
This commit is contained in:
parent
ebd2c826ea
commit
fdf88b51da
@ -66,8 +66,8 @@
|
|||||||
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;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -76,6 +76,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);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -66,8 +66,8 @@
|
|||||||
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;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -76,6 +76,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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user