Styling updates (#279)
* Dialog buttons colors * Zcalibrate add colors for buttons * Fix move panel misalignment and add color to home button * z-bolt switch styling * Splash screen homogeneous buttons * remove switch slider border * Remove max chars from filename (ellipsizes anyway) * Fix colorized buttons moving when pressed * Updater more row spacing * Colorized button press
This commit is contained in:
@@ -52,6 +52,15 @@ combobox box button {
|
||||
border-color: #cccccc;
|
||||
}
|
||||
|
||||
switch {
|
||||
background-color: #20292F;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
switch:checked {
|
||||
background-color: #3584e4;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: #20292F;
|
||||
border-color: #13181C;
|
||||
@@ -116,6 +125,14 @@ textview .time {
|
||||
border-bottom-color: #009384;
|
||||
}
|
||||
|
||||
.dialog button:nth-child(1) {
|
||||
border-bottom-color: #A7E100;
|
||||
}
|
||||
|
||||
.dialog button:nth-child(2) {
|
||||
border-bottom-color: #cc1e1e;
|
||||
}
|
||||
|
||||
.distbutton_active {
|
||||
background-color: #20303D;
|
||||
}
|
||||
|
Reference in New Issue
Block a user