Browse Source

organizr: custom css color

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

7
CSS/themes/organizr-hotline.css

@ -104,7 +104,12 @@
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
background-color: rgba(0, 0, 0, 0.25);
}
}
/* Settings - custom css */
.ace_gutter {
background: rgba(0,0,0,.3) !important;
color: #fff !important;
}
/* Settings - image manager */
.el-element-overlay .white-box {
background: transparent !important;

7
CSS/themes/organizr-marine.css

@ -104,7 +104,12 @@
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
background-color: rgba(0, 0, 0, 0.25);
}
}
/* Settings - custom css */
.ace_gutter {
background: rgba(0,0,0,.3) !important;
color: #fff !important;
}
/* Settings - image manager */
.el-element-overlay .white-box {
background: transparent !important;

Loading…
Cancel
Save