Update style

This commit is contained in:
daleclack 2024-03-20 17:38:12 +08:00
parent 2fb26289a1
commit 4c2750140a
1 changed files with 7 additions and 13 deletions

View File

@ -1,23 +1,17 @@
/* A slim headerbar style for widgets */ /* A slim headerbar style for widgets */
.titlebar{ .titlebar {
min-height:10px; min-height: 10px;
margin:0px;
}
label{
margin: 0px; margin: 0px;
min-height: 8px;
} }
.ctrl_btn{ .ctrl_btn {
min-height: 8px; min-height: 8px;
min-width: 8px; min-width: 8px;
margin: 0px; margin: 0px;
font-weight:900; font-weight: 900;
border-radius:100%; border-radius: 100%;
} }
.ctrl_btn:hover{ .ctrl_btn:hover {
color:black; color: black;
} }