mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-16 09:20:38 +00:00
Show spam aliases #
This commit is contained in:
34
data/web/rc/program/js/tinymce/skins/lightgray/Progress.less
Normal file
34
data/web/rc/program/js/tinymce/skins/lightgray/Progress.less
Normal file
@@ -0,0 +1,34 @@
|
||||
// Progress
|
||||
|
||||
.@{prefix}-progress {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.@{prefix}-progress .@{prefix}-bar-container {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 100%;
|
||||
margin-right: 8px;
|
||||
border: 1px solid @progress-border;
|
||||
overflow: hidden;
|
||||
.border-radius(4px);
|
||||
}
|
||||
|
||||
.@{prefix}-progress .@{prefix}-text {
|
||||
display: inline-block;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
font-size: 14px;
|
||||
width: 40px;
|
||||
color: @progress-text;
|
||||
}
|
||||
|
||||
.@{prefix}-bar {
|
||||
display: block;
|
||||
width: 0%;
|
||||
height: 100%;
|
||||
.vertical-gradient(@progress-bar-bg, @progress-bar-bg-hlight);
|
||||
.transition(width .2s ease);
|
||||
}
|
||||
Reference in New Issue
Block a user