|
|
@ -10,6 +10,7 @@ body { |
|
|
|
background-color: rgba(0,0,0,.15) !important; |
|
|
|
padding-left: .0rem !important; |
|
|
|
padding-right: 1.11rem !important; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
#hd { |
|
|
|
padding-left: 0.8rem !important; |
|
|
@ -36,9 +37,11 @@ body { |
|
|
|
#time { |
|
|
|
background-color: rgba(0,0,0,.15) !important; |
|
|
|
color: #fff !important; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
#slidertable { |
|
|
|
background-color: rgba(0,0,0,.15) !important |
|
|
|
background-color: rgba(0,0,0,.15) !important; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
#textslider { |
|
|
|
color: #fff !important; |
|
|
@ -57,6 +60,7 @@ background-color: rgba(0,0,0,.15) !important |
|
|
|
background-color: rgba(0,0,0,.15) !important; |
|
|
|
margin: 1rem .1rem 1.5rem 1rem !important; |
|
|
|
width: 9rem !important; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
#clock { |
|
|
|
background-color: rgba(0,0,0,.15) !important; |
|
|
@ -97,6 +101,13 @@ background-color: rgba(0,0,0,.15) !important |
|
|
|
#colorkey { |
|
|
|
color: #000000 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* ButtonShadow */ |
|
|
|
.btnoffline, .btnunknown, .btnonline { |
|
|
|
box-shadow: none !important; |
|
|
|
-webkit-box-shadow: none !important; |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (max-width: 775px) { |
|
|
|
#slidertable { |
|
|
|
display: none !important; |
|
|
@ -106,4 +117,3 @@ background-color: rgba(0,0,0,.15) !important |
|
|
|
display: none !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|