Browse Source

organizr: more color work

pull/11/head
gilbN 6 years ago
parent
commit
fdf88b51da
  1. 5
      CSS/themes/organizr-hotline.css
  2. 5
      CSS/themes/organizr-marine.css

5
CSS/themes/organizr-hotline.css

@ -66,7 +66,7 @@
background: rgba(0, 0, 0, 0.15);
}
.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 {
border-color: #ffffff;
@ -75,6 +75,9 @@
}
.panel {
background: transparent;
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
}
.nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15);

5
CSS/themes/organizr-marine.css

@ -66,7 +66,7 @@
background: rgba(0, 0, 0, 0.15);
}
.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 {
border-color: #ffffff;
@ -75,6 +75,9 @@
}
.panel {
background: transparent;
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
}
.nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15);

Loading…
Cancel
Save