organizr: custom css color

This commit is contained in:
gilbN 2019-06-13 20:09:23 +02:00
parent fdf88b51da
commit f7e5d20b30
2 changed files with 12 additions and 2 deletions

View File

@ -105,6 +105,11 @@
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
background-color: rgba(0, 0, 0, 0.25); 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 */ /* Settings - image manager */
.el-element-overlay .white-box { .el-element-overlay .white-box {
background: transparent !important; background: transparent !important;

View File

@ -104,6 +104,11 @@
} }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
background-color: rgba(0, 0, 0, 0.25); 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 */ /* Settings - image manager */
.el-element-overlay .white-box { .el-element-overlay .white-box {