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:
Alfredo Monclus
2021-09-23 00:14:21 -03:00
committed by GitHub
parent 7b904fec79
commit 5e3e8be005
8 changed files with 43 additions and 16 deletions

View File

@@ -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;
}