organizr: custom css color
This commit is contained in:
parent
fdf88b51da
commit
f7e5d20b30
@ -105,6 +105,11 @@
|
||||
.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;
|
||||
|
||||
@ -104,6 +104,11 @@
|
||||
}
|
||||
.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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user