summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:32:11 -0500
committerGitHub <noreply@github.com>2020-02-18 17:32:11 -0500
commite749b2072601830c11495ce210907391dfe7bc6b (patch)
tree45d3082c037c99d60ddbbe5be8ab2bc60e467e23 /src/stylesheets
parent8c2814c9dc0d92e1ab015cde33eee8dcf880e265 (diff)
parenta28bd45c0b4dfbedcb816fedf0783c5287be3b19 (diff)
Merge pull request #1003 from isanae/file-list-improvements
Refresh optimizations
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/Night Eyes.qss10
-rw-r--r--src/stylesheets/Parchment v1.1 by Bob.qss10
-rw-r--r--src/stylesheets/Transparent-Style-101-Green.qss39
-rw-r--r--src/stylesheets/Transparent-Style-BOS.qss13
-rw-r--r--src/stylesheets/Transparent-Style-Skyrim.qss13
-rw-r--r--src/stylesheets/dark.qss8
-rw-r--r--src/stylesheets/dracula.qss8
-rw-r--r--src/stylesheets/skyrim.qss8
-rw-r--r--src/stylesheets/vs15 Dark-Green.qss8
-rw-r--r--src/stylesheets/vs15 Dark-Orange.qss8
-rw-r--r--src/stylesheets/vs15 Dark-Purple.qss8
-rw-r--r--src/stylesheets/vs15 Dark-Red.qss8
-rw-r--r--src/stylesheets/vs15 Dark-Yellow.qss8
-rw-r--r--src/stylesheets/vs15 Dark.qss8
14 files changed, 136 insertions, 21 deletions
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss
index 14f7434e..135f0c09 100644
--- a/src/stylesheets/Night Eyes.qss
+++ b/src/stylesheets/Night Eyes.qss
@@ -691,4 +691,12 @@ QProgressBar
border-radius: 5px;
text-align: center;
margin: 0px;
-} \ No newline at end of file
+}
+
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/Parchment v1.1 by Bob.qss b/src/stylesheets/Parchment v1.1 by Bob.qss
index 61c2f84d..269869ad 100644
--- a/src/stylesheets/Parchment v1.1 by Bob.qss
+++ b/src/stylesheets/Parchment v1.1 by Bob.qss
@@ -145,6 +145,10 @@ QWebView {
border-radius: 6px;
}
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
/* Group Boxes */
QGroupBox {
@@ -596,4 +600,8 @@ QSlider::handle:horizontal:hover {
QTableView {
gridline-color: #DBD399;
border: 0px;
-} \ No newline at end of file
+}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/Transparent-Style-101-Green.qss b/src/stylesheets/Transparent-Style-101-Green.qss
index 3bbdb5db..0d35ec7e 100644
--- a/src/stylesheets/Transparent-Style-101-Green.qss
+++ b/src/stylesheets/Transparent-Style-101-Green.qss
@@ -6,13 +6,13 @@
}
QWidget {
color: #fff;
- background-color: rgb(0, 204, 0, 5);
- alternate-background-color: rgb(0, 204, 0, 10);
+ background-color: rgba(0, 204, 0, 5);
+ alternate-background-color: rgba(0, 204, 0, 10);
}
QAbstractItemView {
color: #fff;
- background-color: rgb(0, 204, 0, 5);
- alternate-background-color: rgb(0, 204, 0, 10);
+ background-color: rgba(0, 204, 0, 5);
+ alternate-background-color: rgba(0, 204, 0, 10);
border: 1px solid #001a00;
border-style:outset;
border-radius: 3px;
@@ -29,7 +29,7 @@
border-image: url(./Transparent-Style/Green/vault-tec-small.png) 0 0 0 0 stretch stretch;
}
#nameLabel {
- background-color: rgb(0, 0, 0, 20);
+ background-color: rgba(0, 0, 0, 20);
border-top:1px solid black;
border-bottom:1px solid black;
}
@@ -269,7 +269,7 @@
padding-right: 5%;
}
QPushButton:open {
- background-color: rgb(0, 204, 0, 100);
+ background-color: rgba(0, 204, 0, 100);
}
QPushButton:!enabled {
border: 1px grey;
@@ -331,29 +331,34 @@
border-radius: 5px;
border-top:1px solid #b9d7fc;
border-bottom:1px solid #b9d7fc;
- background-color: rgb(0, 204, 0, 100);
+ background-color: rgba(0, 204, 0, 100);
}
QTreeView::branch:has-siblings:!adjoins-item {
- background:url(Vault-101/Vault-101-item-line-v.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-item-line-v.png) center center no-repeat;
}
QTreeView::branch:has-siblings {
- background:url(Vault-101/Vault-101-itemB-line.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-itemB-line.png) center center no-repeat;
}
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
- background:url(Vault-101/Vault-101-itemB-end.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-itemB-end.png) center center no-repeat;
}
QTreeView::branch:closed:has-children:has-siblings {
- background:url(Vault-101/Vault-101-itemB-close.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-itemB-close.png) center center no-repeat;
}
QTreeView::branch:closed:has-children:!has-siblings {
- background:url(Vault-101/Vault-101-itemB-close-last.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-itemB-close-last.png) center center no-repeat;
}
QTreeView::branch:open:has-children:has-siblings {
- background:url(Vault-101/Vault-101-itemB-open.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-itemB-open.png) center center no-repeat;
}
QTreeView::branch:open:has-children:!has-siblings {
- background:url(Vault-101/Vault-101-itemB-open-last.png) center center no-repeat;
+ background:url(Transparent-Style/Green/Vault-101-itemB-open-last.png) center center no-repeat;
}
+
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
/* **************************************************************** */
/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
/* common */
@@ -477,7 +482,7 @@ QStatusBar::item {border: None;}
border-radius:5px;
margin: 0px;
padding-left:2px;
- selection-background-color: rgb(0, 204, 0, 10);
+ selection-background-color: rgba(0, 204, 0, 10);
}
/* Font size */
QLabel, QMenu, QPushButton, QTabBar, QTextEdit, QLineEdit, QWebView, QComboBox, QComboBox:editable, QAbstractSpinBox, QGroupBox, QCheckBox, QRadioButton {
@@ -495,3 +500,7 @@ LinkLabel {
font-family: Source Sans Pro;
font-size: 14px;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss
index 33eed327..0b4ba23d 100644
--- a/src/stylesheets/Transparent-Style-BOS.qss
+++ b/src/stylesheets/Transparent-Style-BOS.qss
@@ -12,8 +12,8 @@
}
QAbstractItemView{
color: #dcdcdc;
- background-color: rgb(45,45,48,30);
- alternate-background-color: rgb(38,38,38,50);
+ background-color: rgba(45,45,48,30);
+ alternate-background-color: rgba(38,38,38,50);
border: 1px solid #3F3F46;
/* Grey - Blue*/
border-style:outset;
@@ -507,6 +507,11 @@ QMenu::item:selected{
QTreeView::branch:open:has-children:!has-siblings{
background:url(Transparent-Style/vault-101-itemB-open-last.png) center center no-repeat;
}
+
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
/* **************************************************************** */
/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
/* common */
@@ -747,3 +752,7 @@ QStatusBar::item {border: None;}
LinkLabel {
qproperty-linkColor: #3399FF;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/Transparent-Style-Skyrim.qss b/src/stylesheets/Transparent-Style-Skyrim.qss
index 308580a5..cbc43033 100644
--- a/src/stylesheets/Transparent-Style-Skyrim.qss
+++ b/src/stylesheets/Transparent-Style-Skyrim.qss
@@ -12,8 +12,8 @@
}
QAbstractItemView{
color: #dcdcdc;
- background-color: rgb(45,45,48,30);
- alternate-background-color: rgb(38,38,38,50);
+ background-color: rgba(45,45,48,30);
+ alternate-background-color: rgba(38,38,38,50);
border: 1px solid #3F3F46;
/* Grey - Blue*/
border-style:outset;
@@ -507,6 +507,11 @@ QMenu::item:selected{
QTreeView::branch:open:has-children:!has-siblings{
background:url(Transparent-Style/vault-101-itemB-open-last.png) center center no-repeat;
}
+
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
/* **************************************************************** */
/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
/* common */
@@ -747,3 +752,7 @@ QStatusBar::item {border: None;}
LinkLabel {
qproperty-linkColor: #3399FF;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index 91f808bc..1bf5c819 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -356,6 +356,10 @@ QTreeView, QListView
alternate-background-color: #2F3031;
}
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings
{
@@ -385,3 +389,7 @@ DownloadListWidget[downloadView=compact]::item {
LinkLabel {
qproperty-linkColor: #3399FF;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss
index a78d2414..9beba52d 100644
--- a/src/stylesheets/dracula.qss
+++ b/src/stylesheets/dracula.qss
@@ -373,6 +373,10 @@ QTreeView::branch:open:has-children:has-siblings {
image: url(:/stylesheet/branch-open.png);
}
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
/*
* Tool bar
*/
@@ -435,3 +439,7 @@ QProgressBar::chunk
{
background-color: #427683;
}
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss
index a516f5ff..ffd42640 100644
--- a/src/stylesheets/skyrim.qss
+++ b/src/stylesheets/skyrim.qss
@@ -79,6 +79,10 @@ QListView,
QTreeView {
show-decoration-selected: 1; }
+QAbstractItemView[filtered=true] {
+ background-color: #f00 !important;
+}
+
QAbstractItemView::item:hover,
QListView::item:hover,
QTreeView::branch:hover,
@@ -659,3 +663,7 @@ QDialog#CredentialsDialog {
#pluginsList {
min-width: 260px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss
index 0a3150ad..a4c6a2cc 100644
--- a/src/stylesheets/vs15 Dark-Green.qss
+++ b/src/stylesheets/vs15 Dark-Green.qss
@@ -71,6 +71,10 @@ QAbstractItemView {
background-color: #009933;
color: #F1F1F1; }
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QAbstractItemView,
QListView,
QTreeView {
@@ -755,3 +759,7 @@ QDialog#QueryOverwriteDialog {
QDialog#ModInfoDialog {
min-width: 850px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss
index 0e1d96b1..c909d103 100644
--- a/src/stylesheets/vs15 Dark-Orange.qss
+++ b/src/stylesheets/vs15 Dark-Orange.qss
@@ -72,6 +72,10 @@ QAbstractItemView {
background-color: #CC6600;
color: #F1F1F1; }
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QAbstractItemView,
QListView,
QTreeView {
@@ -756,3 +760,7 @@ QDialog#QueryOverwriteDialog {
QDialog#ModInfoDialog {
min-width: 850px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss
index c19d188b..2cff0e06 100644
--- a/src/stylesheets/vs15 Dark-Purple.qss
+++ b/src/stylesheets/vs15 Dark-Purple.qss
@@ -72,6 +72,10 @@ QAbstractItemView {
background-color: #7E2AD2;
color: #F1F1F1; }
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QAbstractItemView,
QListView,
QTreeView {
@@ -756,3 +760,7 @@ QDialog#QueryOverwriteDialog {
QDialog#ModInfoDialog {
min-width: 850px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index a6221dff..2df39fc4 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -72,6 +72,10 @@ QAbstractItemView {
background-color: #990000;
color: #F1F1F1; }
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QAbstractItemView,
QListView,
QTreeView {
@@ -756,3 +760,7 @@ QDialog#QueryOverwriteDialog {
QDialog#ModInfoDialog {
min-width: 850px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss
index fb2e0422..63688511 100644
--- a/src/stylesheets/vs15 Dark-Yellow.qss
+++ b/src/stylesheets/vs15 Dark-Yellow.qss
@@ -71,6 +71,10 @@ QAbstractItemView {
background-color: #9A9A00;
color: #F1F1F1; }
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QAbstractItemView,
QListView,
QTreeView {
@@ -755,3 +759,7 @@ QDialog#QueryOverwriteDialog {
QDialog#ModInfoDialog {
min-width: 850px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss
index 17def4dd..af29a696 100644
--- a/src/stylesheets/vs15 Dark.qss
+++ b/src/stylesheets/vs15 Dark.qss
@@ -71,6 +71,10 @@ QAbstractItemView {
background-color: #3399FF;
color: #F1F1F1; }
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
QAbstractItemView,
QListView,
QTreeView {
@@ -755,3 +759,7 @@ QDialog#QueryOverwriteDialog {
QDialog#ModInfoDialog {
min-width: 850px; }
+
+QLineEdit[valid-filter=false] {
+ background-color: #661111 !important;
+}