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

@@ -93,6 +93,7 @@ class SystemPanel(ScreenPanel):
infogrid.attach(self.labels[prog], 1, i, 1, 1)
self.labels[prog].get_style_context().add_class('updater-item')
i = i + 1
scroll.add(infogrid)