mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
style(control-center): improve appearance of active state
This commit is contained in:
@@ -24,6 +24,7 @@ window.control-center {
|
|||||||
|
|
||||||
.system-info {
|
.system-info {
|
||||||
image {
|
image {
|
||||||
|
color: rgba($accent, 0.8);
|
||||||
-gtk-icon-size: 4rem;
|
-gtk-icon-size: 4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -40,7 +41,6 @@ window.control-center {
|
|||||||
background-color: rgba($accent, 1);
|
background-color: rgba($accent, 1);
|
||||||
|
|
||||||
image {
|
image {
|
||||||
color: $bg-color;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -53,6 +53,7 @@ window.control-center {
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
label {
|
label {
|
||||||
|
color: $accent;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: BigBlueTermPlus Nerd Font;
|
font-family: BigBlueTermPlus Nerd Font;
|
||||||
}
|
}
|
||||||
@@ -67,7 +68,7 @@ window.control-center {
|
|||||||
}
|
}
|
||||||
|
|
||||||
highlight {
|
highlight {
|
||||||
background-color: $accent;
|
background-color: rgba($accent, 0.8);
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
Reference in New Issue
Block a user