summaryrefslogtreecommitdiff
path: root/src/stylesheets/skyrim.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/skyrim.qss')
-rw-r--r--src/stylesheets/skyrim.qss11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss
index 727c70af..85a5b79c 100644
--- a/src/stylesheets/skyrim.qss
+++ b/src/stylesheets/skyrim.qss
@@ -2,7 +2,7 @@
Skyrim
****************************************
Author: chintsu_kun
- Version: 2.0.0
+ Version: 2.0.1
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
@@ -12,10 +12,9 @@ QWidget {
color: #F1F1F1; }
/* Common */
-/* fix: fo some reason applying background-color or border fixes paddings properties */
-QListView::item,
-QTreeView#espList::item,
-QTreeWidget#categoriesList::item {
+/* FIX: For some reason applying background-color or border fixes paddings
+ properties */
+QListWidget::item {
border-width: 0; }
* {
@@ -167,7 +166,7 @@ QLineEdit {
QLineEdit#downloadFilterEdit {
margin: 0 4px 4px 0; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;