add docker menu icon
This commit is contained in:
parent
d572bb9afa
commit
487e34a664
@ -761,6 +761,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;
|
||||||
}
|
}
|
||||||
@ -2327,7 +2331,7 @@ input[name="nslookup"] {
|
|||||||
}
|
}
|
||||||
.node-main-login .main .main-right #maincontent .container .cbi-map .cbi-section {
|
.node-main-login .main .main-right #maincontent .container .cbi-map .cbi-section {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
margin: 0 ;
|
margin: 0;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -181,6 +181,7 @@
|
|||||||
-ms-transform: scale(1.1);
|
-ms-transform: scale(1.1);
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube:before {
|
.sk-folding-cube .sk-cube:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -195,41 +196,55 @@
|
|||||||
-ms-transform-origin: 100% 100%;
|
-ms-transform-origin: 100% 100%;
|
||||||
transform-origin: 100% 100%;
|
transform-origin: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube2 {
|
.sk-folding-cube .sk-cube2 {
|
||||||
-webkit-transform: scale(1.1) rotateZ(90deg);
|
-webkit-transform: scale(1.1) rotateZ(90deg);
|
||||||
transform: scale(1.1) rotateZ(90deg);
|
transform: scale(1.1) rotateZ(90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube3 {
|
.sk-folding-cube .sk-cube3 {
|
||||||
-webkit-transform: scale(1.1) rotateZ(180deg);
|
-webkit-transform: scale(1.1) rotateZ(180deg);
|
||||||
transform: scale(1.1) rotateZ(180deg);
|
transform: scale(1.1) rotateZ(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube4 {
|
.sk-folding-cube .sk-cube4 {
|
||||||
-webkit-transform: scale(1.1) rotateZ(270deg);
|
-webkit-transform: scale(1.1) rotateZ(270deg);
|
||||||
transform: scale(1.1) rotateZ(270deg);
|
transform: scale(1.1) rotateZ(270deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube2:before {
|
.sk-folding-cube .sk-cube2:before {
|
||||||
-webkit-animation-delay: 0.3s;
|
-webkit-animation-delay: 0.3s;
|
||||||
animation-delay: 0.3s;
|
animation-delay: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube3:before {
|
.sk-folding-cube .sk-cube3:before {
|
||||||
-webkit-animation-delay: 0.6s;
|
-webkit-animation-delay: 0.6s;
|
||||||
animation-delay: 0.6s;
|
animation-delay: 0.6s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-folding-cube .sk-cube4:before {
|
.sk-folding-cube .sk-cube4:before {
|
||||||
-webkit-animation-delay: 0.9s;
|
-webkit-animation-delay: 0.9s;
|
||||||
animation-delay: 0.9s;
|
animation-delay: 0.9s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes sk-foldCubeAngle {
|
@-webkit-keyframes sk-foldCubeAngle {
|
||||||
0%, 10% {
|
|
||||||
|
0%,
|
||||||
|
10% {
|
||||||
-webkit-transform: perspective(140px) rotateX(-180deg);
|
-webkit-transform: perspective(140px) rotateX(-180deg);
|
||||||
transform: perspective(140px) rotateX(-180deg);
|
transform: perspective(140px) rotateX(-180deg);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
} 25%, 75% {
|
}
|
||||||
|
|
||||||
|
25%,
|
||||||
|
75% {
|
||||||
-webkit-transform: perspective(140px) rotateX(0deg);
|
-webkit-transform: perspective(140px) rotateX(0deg);
|
||||||
transform: perspective(140px) rotateX(0deg);
|
transform: perspective(140px) rotateX(0deg);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
} 90%, 100% {
|
}
|
||||||
|
|
||||||
|
90%,
|
||||||
|
100% {
|
||||||
-webkit-transform: perspective(140px) rotateY(180deg);
|
-webkit-transform: perspective(140px) rotateY(180deg);
|
||||||
transform: perspective(140px) rotateY(180deg);
|
transform: perspective(140px) rotateY(180deg);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -237,15 +252,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes sk-foldCubeAngle {
|
@keyframes sk-foldCubeAngle {
|
||||||
0%, 10% {
|
|
||||||
|
0%,
|
||||||
|
10% {
|
||||||
-webkit-transform: perspective(140px) rotateX(-180deg);
|
-webkit-transform: perspective(140px) rotateX(-180deg);
|
||||||
transform: perspective(140px) rotateX(-180deg);
|
transform: perspective(140px) rotateX(-180deg);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
} 25%, 75% {
|
}
|
||||||
|
|
||||||
|
25%,
|
||||||
|
75% {
|
||||||
-webkit-transform: perspective(140px) rotateX(0deg);
|
-webkit-transform: perspective(140px) rotateX(0deg);
|
||||||
transform: perspective(140px) rotateX(0deg);
|
transform: perspective(140px) rotateX(0deg);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
} 90%, 100% {
|
}
|
||||||
|
|
||||||
|
90%,
|
||||||
|
100% {
|
||||||
-webkit-transform: perspective(140px) rotateY(180deg);
|
-webkit-transform: perspective(140px) rotateY(180deg);
|
||||||
transform: perspective(140px) rotateY(180deg);
|
transform: perspective(140px) rotateY(180deg);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -683,6 +706,7 @@ header {
|
|||||||
#xhr_poll_status {
|
#xhr_poll_status {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
@ -720,15 +744,15 @@ header {
|
|||||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
||||||
text-shadow: 1px 1px rgba(0, 0, 0, .1);
|
text-shadow: 1px 1px rgba(0, 0, 0, .1);
|
||||||
|
|
||||||
&.error{
|
&.error {
|
||||||
background-color: #ffd600;
|
background-color: #ffd600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4 {
|
||||||
padding: 0rem 1.5rem 0.75rem 0rem;
|
padding: 0rem 1.5rem 0.75rem 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn{
|
.btn {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -895,7 +919,10 @@ header {
|
|||||||
color: #2dce89;
|
color: #2dce89;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu[data-title=Docker]:before {
|
||||||
|
content: "\e911";
|
||||||
|
color: #6699ff;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: none;
|
background: none;
|
||||||
@ -974,10 +1001,12 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.lg{
|
|
||||||
|
.lg {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logout {
|
.logout {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0.8rem .5rem 0.1rem 0.5rem;
|
margin: 0.8rem .5rem 0.1rem 0.5rem;
|
||||||
@ -1829,6 +1858,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-button-apply>ul.preview {
|
.cbi-button-apply>ul.preview {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
@ -2694,7 +2724,8 @@ input[name="nslookup"] {
|
|||||||
padding: 0.5rem 2rem;
|
padding: 0.5rem 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: var(--purple) !important;
|
background-color: var(--purple) !important;
|
||||||
p{
|
|
||||||
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2710,13 +2741,16 @@ input[name="nslookup"] {
|
|||||||
border-radius: 5px !important;
|
border-radius: 5px !important;
|
||||||
padding: 1rem 2rem 0.5rem 2rem;
|
padding: 1rem 2rem 0.5rem 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
p{
|
|
||||||
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
h4{
|
|
||||||
|
h4 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.btn{
|
|
||||||
|
.btn {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2749,7 +2783,7 @@ input[name="nslookup"] {
|
|||||||
|
|
||||||
.cbi-section {
|
.cbi-section {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
margin: 0 ;
|
margin: 0;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
||||||
@ -3352,7 +3386,8 @@ input[type="checkbox"]:checked {
|
|||||||
width: 32% !important;
|
width: 32% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:not(button), .cbi-button {
|
.btn:not(button),
|
||||||
|
.cbi-button {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
padding: 0.2rem 0.6rem;
|
padding: 0.2rem 0.6rem;
|
||||||
}
|
}
|
||||||
@ -3564,7 +3599,8 @@ input[type="checkbox"]:checked {
|
|||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:not(button), .cbi-button {
|
.btn:not(button),
|
||||||
|
.cbi-button {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
padding: 0.2rem 0.6rem;
|
padding: 0.2rem 0.6rem;
|
||||||
}
|
}
|
||||||
@ -3628,18 +3664,22 @@ input[type="checkbox"]:checked {
|
|||||||
.main>.main-left>.nav>.slide>.slide-menu>li>a {
|
.main>.main-left>.nav>.slide>.slide-menu>li>a {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
.cbi-section > div{
|
|
||||||
|
.cbi-section>div {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
.mobile-hide{
|
.mobile-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#maincontent > .container {
|
|
||||||
|
#maincontent>.container {
|
||||||
margin: 0 1rem 1rem 1rem;
|
margin: 0 1rem 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-value-title {
|
.cbi-value-title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -3648,6 +3688,7 @@ input[type="checkbox"]:checked {
|
|||||||
padding: 1rem 0 1rem 1rem;
|
padding: 1rem 0 1rem 1rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page="admin-system-flash"] .cbi-section-descr {
|
[data-page="admin-system-flash"] .cbi-section-descr {
|
||||||
padding: 1rem 0 1rem 1rem;
|
padding: 1rem 0 1rem 1rem;
|
||||||
|
|
||||||
@ -3660,9 +3701,11 @@ input[type="checkbox"]:checked {
|
|||||||
[data-page="admin-network-dhcp"] [data-tab-active="true"] {
|
[data-page="admin-network-dhcp"] [data-tab-active="true"] {
|
||||||
padding: 1rem 1rem !important;
|
padding: 1rem 1rem !important;
|
||||||
}
|
}
|
||||||
body{
|
|
||||||
|
body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login .main .main-right #maincontent .container .cbi-map .cbi-section .cbi-section-node .cbi-value .cbi-value-field {
|
.node-main-login .main .main-right #maincontent .container .cbi-map .cbi-section .cbi-section-node .cbi-value .cbi-value-field {
|
||||||
width: 16rem;
|
width: 16rem;
|
||||||
}
|
}
|
||||||
@ -3671,6 +3714,7 @@ input[type="checkbox"]:checked {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 600px) {
|
@media screen and (min-width: 600px) {
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user