summaryrefslogtreecommitdiff
path: root/src/stylesheets/skyrim.qss
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-11-02 19:29:50 +0100
committerAl12rs <gabriel.cortesi@outlook.com>2018-11-02 19:29:50 +0100
commit78cd0110d3b84af0b6eda12ea6134595d9fce47f (patch)
tree6b30531dfa02dc03c3fa8c21a332ef2d941bc2bd /src/stylesheets/skyrim.qss
parent2c57899cf611056a8c5bae1f7f27c9a157df6f41 (diff)
Updated Skyrim and VS15 theme to fix highlighting on ESPlist.
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;