mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-08 21:41:35 +00:00
Show spam aliases #
This commit is contained in:
32
data/web/rc/program/js/tinymce/skins/lightgray/MenuBar.less
Normal file
32
data/web/rc/program/js/tinymce/skins/lightgray/MenuBar.less
Normal file
@@ -0,0 +1,32 @@
|
||||
/* MenuBar */
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
.border-radius(0);
|
||||
.box-shadow(none);
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn button {
|
||||
color: @menubar-menubtn-text;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar {
|
||||
border: 1px solid @menubar-border;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn button span {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-caret {
|
||||
border-top-color: @text;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn:hover, .@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:focus {
|
||||
border-color: darken(@btn-bg, 20%);
|
||||
background: @menu-bg;
|
||||
filter: none;
|
||||
.box-shadow(none);
|
||||
}
|
||||
Reference in New Issue
Block a user