enable the new icon of docker
This commit is contained in:
parent
6fd701e246
commit
7ca7774364
@ -123,6 +123,9 @@
|
||||
.icon-question:before {
|
||||
content: "\f059";
|
||||
}
|
||||
.icon-docker:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.sk-folding-cube {
|
||||
position: absolute;
|
||||
width: 40px;
|
||||
@ -761,6 +764,10 @@ header .fill .status * {
|
||||
content: "\e90d";
|
||||
color: #2dce89;
|
||||
}
|
||||
.main .main-left .nav li.slide .menu[data-title=docker]:before {
|
||||
content: "\e911";
|
||||
color: #6699ff;
|
||||
}
|
||||
.main .main-left .nav li.slide:hover {
|
||||
background: none;
|
||||
}
|
||||
|
@ -160,6 +160,10 @@
|
||||
content: "\f059";
|
||||
}
|
||||
|
||||
.icon-docker:before {
|
||||
content: "\e911";
|
||||
}
|
||||
|
||||
|
||||
.sk-folding-cube {
|
||||
position: absolute;
|
||||
@ -890,6 +894,11 @@ header {
|
||||
color: #8965e0;
|
||||
}
|
||||
|
||||
.menu[data-title=docker]:before {
|
||||
content: "\e911";
|
||||
color: #6699ff;
|
||||
}
|
||||
|
||||
.menu[data-title=Bandwidth_Monitor]:before {
|
||||
content: "\e90d";
|
||||
color: #2dce89;
|
||||
|
Loading…
x
Reference in New Issue
Block a user