Commit b687cb2f authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

9.1-alt2

- reduced black border for focused buttons
parent 48caa245
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
Name: branding-%flavour Name: branding-%flavour
Version: 9.1 Version: 9.1
Release: alt1 Release: alt2
Url: https://basealt.ru Url: https://basealt.ru
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
...@@ -317,6 +317,9 @@ fi ...@@ -317,6 +317,9 @@ fi
#_iconsdir/hicolor/*/apps/alt-%theme-desktop.png #_iconsdir/hicolor/*/apps/alt-%theme-desktop.png
%changelog %changelog
* Tue Jun 23 2020 Anton V. Boyarshinov <boyarsh@altlinux.org> 9.1-alt2
- reduced black border for focused buttons
* Tue May 26 2020 Anton V. Boyarshinov <boyarsh@altlinux.org> 9.1-alt1 * Tue May 26 2020 Anton V. Boyarshinov <boyarsh@altlinux.org> 9.1-alt1
- version bump - version bump
......
...@@ -105,16 +105,14 @@ QProgressBar::chunk { ...@@ -105,16 +105,14 @@ QProgressBar::chunk {
} }
QRadioButton:focus, QCheckBox:focus, QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus { QRadioButton:focus, QCheckBox:focus, QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus {
border-width: 2px; border-width: 1px;
border-color: black; border-color: black;
border-style: outset;
padding: 0px; padding: 0px;
} }
QPushButton:focus { QPushButton:focus {
border-width: 2px; border-width: 1px;
border-color: black; border-color: black;
border-style: outset;
padding: 0px; padding: 0px;
background-color: white; background-color: white;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment