From ca560f973f14e3f981bad73efa6fa66da945b542 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 28 Jul 2019 14:09:20 +0200 Subject: [PATCH] monitorr: more fixes --- CSS/themes/monitorr/monitorr-base.css | 60 ++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/CSS/themes/monitorr/monitorr-base.css b/CSS/themes/monitorr/monitorr-base.css index 8cf4368e..dcfffeae 100644 --- a/CSS/themes/monitorr/monitorr-base.css +++ b/CSS/themes/monitorr/monitorr-base.css @@ -26,9 +26,45 @@ body { -webkit-background-size: auto, cover; -moz-background-size: auto, cover; -o-background-size: auto, cover; - background-color: rgba(0,0,0,.0) !important; color:#FFFFFF !important; } + /* Scrollbar */ + + body::-webkit-scrollbar-track { + background-color: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + body::-webkit-scrollbar { + background-color: transparent !important; + } + body::-webkit-scrollbar-thumb { + background-color: hsla(0,0%,100%,.2) !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + body::-webkit-scrollbar-thumb:hover { + background-color: hsla(0,0%,100%,.5) !important; + } + + + + #myModal3::-webkit-scrollbar-track { + background-color: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + #myModal3::-webkit-scrollbar { + background-color: transparent !important; + } + #myModal3::-webkit-scrollbar-thumb { + background-color: hsla(0,0%,100%,.2) !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + #myModal3::-webkit-scrollbar-thumb:hover { + background-color: hsla(0,0%,100%,.5) !important; + } #includedContent { background-color: transparent; @@ -162,6 +198,12 @@ background: transparent; .btn-primary,.btn-primary:hover { border-color: transparent; } +.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) { + color: white !important; +} +.btn-group>.btn:first-child { + color: white !important; +} #time { background-color: rgba(0,0,0,.15) !important; color: #fff !important; @@ -268,7 +310,21 @@ box-shadow: none; box-shadow: none !important; -webkit-box-shadow: none !important; } - +#myModal3 { + background: var(--modal-bg-color) !important; + border: 1px solid transparent !important; +} +.modalimgpath, .modaltext, #uploadbutton { + color: #fff !important; +} +.file-upload { + background-color: var(--button-color) !important; + color: white !important; +} +.file-upload:hover { + background-color: var(--button-color-hover) !important; + color: white !important; +} @media only screen and (max-width: 775px) { #slidertable { display: none !important;