enable the new icon of docker

This commit is contained in:
doushang 2020-03-09 12:50:48 +00:00
parent 6fd701e246
commit 7ca7774364
2 changed files with 3102 additions and 3086 deletions

View File

@ -123,6 +123,9 @@
.icon-question:before { .icon-question:before {
content: "\f059"; content: "\f059";
} }
.icon-docker:before {
content: "\e911";
}
.sk-folding-cube { .sk-folding-cube {
position: absolute; position: absolute;
width: 40px; width: 40px;
@ -761,6 +764,10 @@ header .fill .status * {
content: "\e90d"; content: "\e90d";
color: #2dce89; color: #2dce89;
} }
.main .main-left .nav li.slide .menu[data-title=docker]:before {
content: "\e911";
color: #6699ff;
}
.main .main-left .nav li.slide:hover { .main .main-left .nav li.slide:hover {
background: none; background: none;
} }

View File

@ -160,6 +160,10 @@
content: "\f059"; content: "\f059";
} }
.icon-docker:before {
content: "\e911";
}
.sk-folding-cube { .sk-folding-cube {
position: absolute; position: absolute;
@ -890,6 +894,11 @@ header {
color: #8965e0; color: #8965e0;
} }
.menu[data-title=docker]:before {
content: "\e911";
color: #6699ff;
}
.menu[data-title=Bandwidth_Monitor]:before { .menu[data-title=Bandwidth_Monitor]:before {
content: "\e90d"; content: "\e90d";
color: #2dce89; color: #2dce89;