Update 'luasrc/gaya/gaya.css'

main
ben 1 year ago
parent dc4cb18435
commit c18251e852

@ -1,4 +1,5 @@
/* Base */ /* Base */
@font-face { @font-face {
font-family: "Inter-Regular"; font-family: "Inter-Regular";
@ -2263,7 +2264,7 @@ strong {
.commandbox { .commandbox {
width: 24% !important; width: 24% !important;
border-bottom: thin solid #ccc; border-bottom: thin solid #ccc;
background: #eee; background: #3f3f3f69;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 1px 2px rgba(0, 0, 0, 0.05); 0 1px 2px rgba(0, 0, 0, 0.05);
margin: 10px 0 0 10px !important; margin: 10px 0 0 10px !important;
@ -3018,5 +3019,10 @@ strong {
::-webkit-scrollbar-thumb:active { ::-webkit-scrollbar-thumb:active {
background: #424242; background: #424242;
} }
/* Your rule properly nested within the media query */
.dashboard-bg.box-s1 {
background-color: transparent;
} }
}
Loading…
Cancel
Save