66 -moz-user-select : none;
77 -webkit-user-select : none;
88}
9- html , body {border : 0 ; margin : 0 ; padding : 0 ; cursor : default; overflow : hidden; background-color : # F5F5F5 ; height : 100% ;}
9+ html , body {border : 0 ; padding : 0 ; cursor : default; overflow : hidden; background-color : # F5F5F5 ; height : 100% ;}
1010html , body , input , select , button , textarea {font-family : Tahoma, Arial, Helvetica, sans-serif; font-size : 11px ;}
1111div , td , label , fieldset , textarea , select , input , button , dialog {
1212 box-sizing : border-box;
@@ -62,7 +62,7 @@ button, input[type=button], input[type=submit], .Button {
6262 border-radius : 3px ;
6363 margin : 0.25rem ;
6464 padding : 1px 10px ;
65- background : # F0F0F0 url(../ images/ h.gif) repeat-x center bottom;
65+ background : var ( --btn-bg-color ) url(../ images/ h.gif) repeat-x center bottom;
6666 width : 80px ;
6767 text-wrap : nowrap;
6868}
9797 --menu-highlight-background-color : # cfdeef ;
9898
9999 --settings-background-color : # fafafa ;
100+
101+ --btn-bg-color : # F0F0F0 ;
100102}
101103category-list .rightalign-labelsize panel-label ::part (size ) {
102104 margin-left : auto;
@@ -209,7 +211,7 @@ div#t {
209211 z-index : 30 ;
210212}
211213div # t button .navbar-toggler {
212- background-color : # F0F0F0 ;
214+ background-color : var ( --btn-bg-color ) ;
213215 width : 5rem ;
214216}
215217div # t a {padding : 3px ;}
@@ -233,7 +235,7 @@ div#t .nav-link {
233235 font-weight : bold;
234236 border : 1px solid # A0A0A0 ;
235237 border-radius : 8px ;
236- background-color : # F0F0F0 ;
238+ background-color : var ( --btn-bg-color ) ;
237239 background-image : none;
238240 margin : 0.15rem ;
239241}
@@ -267,13 +269,12 @@ div#plugins {background: url(../images/plugin.png) 0px center}
267269 cursor : default;
268270}
269271
270- Input .TextboxLarge {border : 1px solid # B0B0B0 ; font-size : 11px ; padding : 2px ; width : 220px }
271272# pview_save_view_button { align-self : center; width : 38px ; height : 19px ; padding : 0px ; line-height : 2px ; font-size : 19px ; }
272273
273274a {color : # 686868 ;}
274275# maincont {height : calc (100vh - 36px - 5px - 25px - 5px );}
276+ .offcanvas-header .btn-close {background-color : var (--btn-bg-color );}
275277# offcanvas-sidepanel {
276- min-width : 200px ;
277278 background-color : # FFFFFF ;
278279}
279280# side-panel {
@@ -282,7 +283,6 @@ a {color: #686868;}
282283# list-table {
283284 border : 1px solid # A0A0A0 ;
284285 background-color : # FFFFFF ;
285- min-height : 300px ;
286286}
287287
288288.stable-icon {background-image : url(../ images/tstatus.png); background-repeat : no-repeat}
0 commit comments