summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stylesheets/skyrim.qss11
-rw-r--r--src/stylesheets/vs15 Dark-Green.qss29
-rw-r--r--src/stylesheets/vs15 Dark-Orange.qss34
-rw-r--r--src/stylesheets/vs15 Dark-Purple.qss34
-rw-r--r--src/stylesheets/vs15 Dark-Red.qss34
-rw-r--r--src/stylesheets/vs15 Dark-Yellow.qss34
-rw-r--r--src/stylesheets/vs15 Dark.qss33
7 files changed, 95 insertions, 114 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;
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss
index 0fbcc896..f1e3b4a9 100644
--- a/src/stylesheets/vs15 Dark-Green.qss
+++ b/src/stylesheets/vs15 Dark-Green.qss
@@ -2,12 +2,11 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 1.3.1
+ 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
****************************************
*/
-/* or #434346*/
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -16,10 +15,9 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For 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. Otherwise padding is only applied when item is hovered */
+QListWidget::item {
border-width: 0; }
/* remove outline */
@@ -32,7 +30,10 @@ QListView::item:disabled,
color: #656565; }
/* line heights */
-/* QTreeView#fileTree::item - currently have problem with size column vertical text align */
+/* QTreeView#fileTree::item - currently have problem with size column vertical
+ text align */
+#bsaList::item,
+#dataTree::item,
QTreeView#modList::item,
QTreeWidget#categoriesTree::item,
#tabConflicts QTreeWidget::item {
@@ -146,7 +147,7 @@ QLineEdit#espFilterEdit QToolButton {
margin-top: -2px;
margin-bottom: 1px; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;
@@ -162,7 +163,7 @@ QComboBox {
subcontrol-origin: padding;
subcontrol-position: top right;
border: none;
- /* If you need to set style for drop down button
+ /* If you need to set style for drop-down button
&:on,
&:editable:hover {
background-color: red;
@@ -295,8 +296,8 @@ QDialog QPushButton {
padding-left: .5em;
padding-right: .5em; }
-/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
-/*common*/
+/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
+/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -324,7 +325,7 @@ QTreeView::indicator:checked:disabled,
QCheckBox::indicator:checked:disabled {
image: url(./vs15/checkbox-check-disabled.png); }
-/* Checkboxes special */
+/* Check boxes special */
QTreeView#modList::indicator {
width: 15px;
height: 15px; }
@@ -537,7 +538,7 @@ QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
margin-bottom: 0; }
-/* Context menus, toolbar dropdowns #QMenu */
+/* Context menus, toolbar drop-downs #QMenu */
QMenu {
background-color: #1A1A1C;
border-color: #333337;
@@ -734,7 +735,7 @@ QLineEdit#modFilterEdit {
QWidget#bsaTab QTreeWidget::indicator:unchecked {
background-color: #009933; }
-/* increase version textfield */
+/* increase version text field */
QLineEdit#versionEdit {
max-width: 100px; }
diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss
index 3a4eb86b..0b3808e7 100644
--- a/src/stylesheets/vs15 Dark-Orange.qss
+++ b/src/stylesheets/vs15 Dark-Orange.qss
@@ -2,18 +2,12 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 1.3.1
+ 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
****************************************
*/
-/* or #434346*/
/*base*/
-/*#3399FF*/
-/*#007ACC*/
-/*#1C97EA*/
-/*#3C7FB1*/
-/*#BEE6FD*/
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -22,10 +16,9 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For 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. Otherwise padding is only applied when item is hovered */
+QListWidget::item {
border-width: 0; }
/* remove outline */
@@ -38,7 +31,10 @@ QListView::item:disabled,
color: #656565; }
/* line heights */
-/* QTreeView#fileTree::item - currently have problem with size column vertical text align */
+/* QTreeView#fileTree::item - currently have problem with size column vertical
+ text align */
+#bsaList::item,
+#dataTree::item,
QTreeView#modList::item,
QTreeWidget#categoriesTree::item,
#tabConflicts QTreeWidget::item {
@@ -152,7 +148,7 @@ QLineEdit#espFilterEdit QToolButton {
margin-top: -2px;
margin-bottom: 1px; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;
@@ -168,7 +164,7 @@ QComboBox {
subcontrol-origin: padding;
subcontrol-position: top right;
border: none;
- /* If you need to set style for drop down button
+ /* If you need to set style for drop-down button
&:on,
&:editable:hover {
background-color: red;
@@ -301,8 +297,8 @@ QDialog QPushButton {
padding-left: .5em;
padding-right: .5em; }
-/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
-/*common*/
+/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
+/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -330,7 +326,7 @@ QTreeView::indicator:checked:disabled,
QCheckBox::indicator:checked:disabled {
image: url(./vs15/checkbox-check-disabled.png); }
-/* Checkboxes special */
+/* Check boxes special */
QTreeView#modList::indicator {
width: 15px;
height: 15px; }
@@ -543,7 +539,7 @@ QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
margin-bottom: 0; }
-/* Context menus, toolbar dropdowns #QMenu */
+/* Context menus, toolbar drop-downs #QMenu */
QMenu {
background-color: #1A1A1C;
border-color: #333337;
@@ -740,7 +736,7 @@ QLineEdit#modFilterEdit {
QWidget#bsaTab QTreeWidget::indicator:unchecked {
background-color: #CC6600; }
-/* increase version textfield */
+/* increase version text field */
QLineEdit#versionEdit {
max-width: 100px; }
diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss
index c186ae55..33212038 100644
--- a/src/stylesheets/vs15 Dark-Purple.qss
+++ b/src/stylesheets/vs15 Dark-Purple.qss
@@ -2,18 +2,12 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 1.3.1
+ 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
****************************************
*/
-/* or #434346*/
/*base*/
-/*#3399FF*/
-/*#007ACC*/
-/*#1C97EA*/
-/*#3C7FB1*/
-/*#BEE6FD*/
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -22,10 +16,9 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For 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. Otherwise padding is only applied when item is hovered */
+QListWidget::item {
border-width: 0; }
/* remove outline */
@@ -38,7 +31,10 @@ QListView::item:disabled,
color: #656565; }
/* line heights */
-/* QTreeView#fileTree::item - currently have problem with size column vertical text align */
+/* QTreeView#fileTree::item - currently have problem with size column vertical
+ text align */
+#bsaList::item,
+#dataTree::item,
QTreeView#modList::item,
QTreeWidget#categoriesTree::item,
#tabConflicts QTreeWidget::item {
@@ -152,7 +148,7 @@ QLineEdit#espFilterEdit QToolButton {
margin-top: -2px;
margin-bottom: 1px; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;
@@ -168,7 +164,7 @@ QComboBox {
subcontrol-origin: padding;
subcontrol-position: top right;
border: none;
- /* If you need to set style for drop down button
+ /* If you need to set style for drop-down button
&:on,
&:editable:hover {
background-color: red;
@@ -301,8 +297,8 @@ QDialog QPushButton {
padding-left: .5em;
padding-right: .5em; }
-/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
-/*common*/
+/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
+/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -330,7 +326,7 @@ QTreeView::indicator:checked:disabled,
QCheckBox::indicator:checked:disabled {
image: url(./vs15/checkbox-check-disabled.png); }
-/* Checkboxes special */
+/* Check boxes special */
QTreeView#modList::indicator {
width: 15px;
height: 15px; }
@@ -543,7 +539,7 @@ QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
margin-bottom: 0; }
-/* Context menus, toolbar dropdowns #QMenu */
+/* Context menus, toolbar drop-downs #QMenu */
QMenu {
background-color: #1A1A1C;
border-color: #333337;
@@ -740,7 +736,7 @@ QLineEdit#modFilterEdit {
QWidget#bsaTab QTreeWidget::indicator:unchecked {
background-color: #7E2AD2; }
-/* increase version textfield */
+/* increase version text field */
QLineEdit#versionEdit {
max-width: 100px; }
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index 18ef91f0..bc264fa0 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -2,18 +2,12 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 1.3.1
+ 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
****************************************
*/
-/* or #434346*/
/*base*/
-/*#3399FF*/
-/*#007ACC*/
-/*#1C97EA*/
-/*#3C7FB1*/
-/*#BEE6FD*/
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -22,10 +16,9 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For 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. Otherwise padding is only applied when item is hovered */
+QListWidget::item {
border-width: 0; }
/* remove outline */
@@ -38,7 +31,10 @@ QListView::item:disabled,
color: #656565; }
/* line heights */
-/* QTreeView#fileTree::item - currently have problem with size column vertical text align */
+/* QTreeView#fileTree::item - currently have problem with size column vertical
+ text align */
+#bsaList::item,
+#dataTree::item,
QTreeView#modList::item,
QTreeWidget#categoriesTree::item,
#tabConflicts QTreeWidget::item {
@@ -152,7 +148,7 @@ QLineEdit#espFilterEdit QToolButton {
margin-top: -2px;
margin-bottom: 1px; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;
@@ -168,7 +164,7 @@ QComboBox {
subcontrol-origin: padding;
subcontrol-position: top right;
border: none;
- /* If you need to set style for drop down button
+ /* If you need to set style for drop-down button
&:on,
&:editable:hover {
background-color: red;
@@ -301,8 +297,8 @@ QDialog QPushButton {
padding-left: .5em;
padding-right: .5em; }
-/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
-/*common*/
+/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
+/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -330,7 +326,7 @@ QTreeView::indicator:checked:disabled,
QCheckBox::indicator:checked:disabled {
image: url(./vs15/checkbox-check-disabled.png); }
-/* Checkboxes special */
+/* Check boxes special */
QTreeView#modList::indicator {
width: 15px;
height: 15px; }
@@ -543,7 +539,7 @@ QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
margin-bottom: 0; }
-/* Context menus, toolbar dropdowns #QMenu */
+/* Context menus, toolbar drop-downs #QMenu */
QMenu {
background-color: #1A1A1C;
border-color: #333337;
@@ -740,7 +736,7 @@ QLineEdit#modFilterEdit {
QWidget#bsaTab QTreeWidget::indicator:unchecked {
background-color: #990000; }
-/* increase version textfield */
+/* increase version text field */
QLineEdit#versionEdit {
max-width: 100px; }
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss
index e7976e42..6a67a327 100644
--- a/src/stylesheets/vs15 Dark-Yellow.qss
+++ b/src/stylesheets/vs15 Dark-Yellow.qss
@@ -2,18 +2,12 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 1.3.1
+ 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
****************************************
*/
-/* or #434346*/
/*base*/
-/*#3399FF*/
-/*#007ACC*/
-/*#1C97EA*/
-/*#3C7FB1*/
-/*#BEE6FD*/
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -22,10 +16,9 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For 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. Otherwise padding is only applied when item is hovered */
+QListWidget::item {
border-width: 0; }
/* remove outline */
@@ -38,7 +31,10 @@ QListView::item:disabled,
color: #656565; }
/* line heights */
-/* QTreeView#fileTree::item - currently have problem with size column vertical text align */
+/* QTreeView#fileTree::item - currently have problem with size column vertical
+ text align */
+#bsaList::item,
+#dataTree::item,
QTreeView#modList::item,
QTreeWidget#categoriesTree::item,
#tabConflicts QTreeWidget::item {
@@ -152,7 +148,7 @@ QLineEdit#espFilterEdit QToolButton {
margin-top: -2px;
margin-bottom: 1px; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;
@@ -168,7 +164,7 @@ QComboBox {
subcontrol-origin: padding;
subcontrol-position: top right;
border: none;
- /* If you need to set style for drop down button
+ /* If you need to set style for drop-down button
&:on,
&:editable:hover {
background-color: red;
@@ -301,8 +297,8 @@ QDialog QPushButton {
padding-left: .5em;
padding-right: .5em; }
-/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
-/*common*/
+/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
+/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -330,7 +326,7 @@ QTreeView::indicator:checked:disabled,
QCheckBox::indicator:checked:disabled {
image: url(./vs15/checkbox-check-disabled.png); }
-/* Checkboxes special */
+/* Check boxes special */
QTreeView#modList::indicator {
width: 15px;
height: 15px; }
@@ -543,7 +539,7 @@ QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
margin-bottom: 0; }
-/* Context menus, toolbar dropdowns #QMenu */
+/* Context menus, toolbar drop-downs #QMenu */
QMenu {
background-color: #1A1A1C;
border-color: #333337;
@@ -740,7 +736,7 @@ QLineEdit#modFilterEdit {
QWidget#bsaTab QTreeWidget::indicator:unchecked {
background-color: #9A9A00; }
-/* increase version textfield */
+/* increase version text field */
QLineEdit#versionEdit {
max-width: 100px; }
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss
index a88a7edf..f43e3631 100644
--- a/src/stylesheets/vs15 Dark.qss
+++ b/src/stylesheets/vs15 Dark.qss
@@ -2,17 +2,12 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 1.3.1
+ 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
****************************************
*/
-/* or #434346*/
/*base*/
-/*$color-text-box-border-focus: #3399FF; = $color-input-border-focus*/
-/*$color-text-box-border-hover: #007ACC; = $color-input-border-hover*/
-/*$color-combo-box-hover-border: #007ACC;*/
-/*$color-check-box-hover-border: #007ACC; = $color-input-border-hover*/
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -21,10 +16,9 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For 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. Otherwise padding is only applied when item is hovered */
+QListWidget::item {
border-width: 0; }
/* remove outline */
@@ -37,7 +31,10 @@ QListView::item:disabled,
color: #656565; }
/* line heights */
-/* QTreeView#fileTree::item - currently have problem with size column vertical text align */
+/* QTreeView#fileTree::item - currently have problem with size column vertical
+ text align */
+#bsaList::item,
+#dataTree::item,
QTreeView#modList::item,
QTreeWidget#categoriesTree::item,
#tabConflicts QTreeWidget::item {
@@ -151,7 +148,7 @@ QLineEdit#espFilterEdit QToolButton {
margin-top: -2px;
margin-bottom: 1px; }
-/* Dropdowns #QComboBox*/
+/* Drop-downs #QComboBox*/
QComboBox {
min-height: 20px;
padding-left: 5px;
@@ -167,7 +164,7 @@ QComboBox {
subcontrol-origin: padding;
subcontrol-position: top right;
border: none;
- /* If you need to set style for drop down button
+ /* If you need to set style for drop-down button
&:on,
&:editable:hover {
background-color: red;
@@ -300,8 +297,8 @@ QDialog QPushButton {
padding-left: .5em;
padding-right: .5em; }
-/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
-/*common*/
+/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
+/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -329,7 +326,7 @@ QTreeView::indicator:checked:disabled,
QCheckBox::indicator:checked:disabled {
image: url(./vs15/checkbox-check-disabled.png); }
-/* Checkboxes special */
+/* Check boxes special */
QTreeView#modList::indicator {
width: 15px;
height: 15px; }
@@ -542,7 +539,7 @@ QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
margin-bottom: 0; }
-/* Context menus, toolbar dropdowns #QMenu */
+/* Context menus, toolbar drop-downs #QMenu */
QMenu {
background-color: #1A1A1C;
border-color: #333337;
@@ -739,7 +736,7 @@ QLineEdit#modFilterEdit {
QWidget#bsaTab QTreeWidget::indicator:unchecked {
background-color: #3399FF; }
-/* increase version textfield */
+/* increase version text field */
QLineEdit#versionEdit {
max-width: 100px; }