summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-03-09 01:37:57 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-03-09 01:43:02 -0600
commitc1210714f801d69a31397a6254901a00407f6da4 (patch)
tree208b3fd7d91d285c10bc4cd53820295e951f7c87 /src/stylesheets
parent57c14681f26fa1ac1cda66cbe2fcca2f020ba5ae (diff)
Update tutorials and stylesheets for problems->notifications change
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/Paper Automata.qss36
-rw-r--r--src/stylesheets/Paper Dark by 6788.qss34
-rw-r--r--src/stylesheets/Paper Light by 6788.qss36
3 files changed, 53 insertions, 53 deletions
diff --git a/src/stylesheets/Paper Automata.qss b/src/stylesheets/Paper Automata.qss
index 3c20e940..d72aa7e2 100644
--- a/src/stylesheets/Paper Automata.qss
+++ b/src/stylesheets/Paper Automata.qss
@@ -4,8 +4,8 @@
/* Color Palette */
/* Background - Main | #CDC8B0 */
/* Background - Content | #DAD4BB */
-/* Hover | #B4AF9A */
-/* Selected | #4E4B42 */
+/* Hover | #B4AF9A */
+/* Selected | #4E4B42 */
/* Accent | #CD664D */
/* All */
@@ -145,7 +145,7 @@ QToolButton QMenu {
qproperty-icon: url(./Paper/Automata/Toolbar/settings.svg);
}
-#actionProblems {
+#actionNotifications {
qproperty-icon: url(./Paper/Automata/Toolbar/problems.svg);
}
@@ -508,7 +508,7 @@ QScrollBar::add-line:vertical {
}
QScrollBar::sub-line:vertical {
- /* scroll up button */
+ /* scroll up button */
background: #B4AF9A;
image: url(./Paper/Automata/Arrows/up.svg);
height: 23px;
@@ -521,29 +521,29 @@ QScrollBar::sub-line:vertical {
/* Combined */
-QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:horizontal:hover,
QScrollBar::handle:vertical:hover,
-QScrollBar::add-line:horizontal:hover,
-QScrollBar::sub-line:horizontal:hover,
-QScrollBar::add-line:vertical:hover,
+QScrollBar::add-line:horizontal:hover,
+QScrollBar::sub-line:horizontal:hover,
+QScrollBar::add-line:vertical:hover,
QScrollBar::sub-line:vertical:hover {
/* buttons and handles when moused-over */
background: #B4AF9A;
}
-QScrollBar::handle:horizontal:pressed,
+QScrollBar::handle:horizontal:pressed,
QScrollBar::handle:vertical:pressed,
-QScrollBar::add-line:horizontal:pressed,
-QScrollBar::sub-line:horizontal:pressed,
-QScrollBar::add-line:vertical:pressed,
+QScrollBar::add-line:horizontal:pressed,
+QScrollBar::sub-line:horizontal:pressed,
+QScrollBar::add-line:vertical:pressed,
QScrollBar::sub-line:vertical:pressed {
/* buttons and handles when clicked */
background: #4E4B42;
}
-QScrollBar::add-page:horizontal,
-QScrollBar::sub-page:horizontal,
-QScrollBar::add-page:vertical,
+QScrollBar::add-page:horizontal,
+QScrollBar::sub-page:horizontal,
+QScrollBar::add-page:vertical,
QScrollBar::sub-page:vertical {
/* area on scroll bars where clicking it scrolls to where you clicked */
background: transparent;
@@ -897,8 +897,8 @@ DownloadListWidget {
background: #DAD4BB;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
+DownloadListWidget QFrame,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #DAD4BB;
@@ -914,7 +914,7 @@ DownloadListWidget#frame {
color: none;
}
-DownloadListWidgetCompact,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #DAD4BB;
diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss
index 9b07e3fb..9abd8086 100644
--- a/src/stylesheets/Paper Dark by 6788.qss
+++ b/src/stylesheets/Paper Dark by 6788.qss
@@ -24,7 +24,7 @@ QWidget {
}
QWidget:disabled {
- /* disabled parts of the window like the update button when there are no updates */
+ /* disabled parts of the window like the update button when there are no updates */
background: #242424;
color: #808080;
}
@@ -133,7 +133,7 @@ QToolButton:menu-indicator {
qproperty-icon: url(./Paper/Dark/Toolbar/settings.svg);
}
-#actionProblems {
+#actionNotifications {
qproperty-icon: url(./Paper/Dark/Toolbar/problems.svg);
}
@@ -494,7 +494,7 @@ QScrollBar::add-line:vertical {
}
QScrollBar::sub-line:vertical {
- /* scroll up button */
+ /* scroll up button */
background: #141414;
image: url(./Paper/Dark/Arrows/up.svg);
height: 23px;
@@ -507,29 +507,29 @@ QScrollBar::sub-line:vertical {
/* Combined */
-QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:horizontal:hover,
QScrollBar::handle:vertical:hover,
-QScrollBar::add-line:horizontal:hover,
-QScrollBar::sub-line:horizontal:hover,
-QScrollBar::add-line:vertical:hover,
+QScrollBar::add-line:horizontal:hover,
+QScrollBar::sub-line:horizontal:hover,
+QScrollBar::add-line:vertical:hover,
QScrollBar::sub-line:vertical:hover {
/* buttons and handles when moused-over */
background: #006868;
}
-QScrollBar::handle:horizontal:pressed,
+QScrollBar::handle:horizontal:pressed,
QScrollBar::handle:vertical:pressed,
-QScrollBar::add-line:horizontal:pressed,
-QScrollBar::sub-line:horizontal:pressed,
-QScrollBar::add-line:vertical:pressed,
+QScrollBar::add-line:horizontal:pressed,
+QScrollBar::sub-line:horizontal:pressed,
+QScrollBar::add-line:vertical:pressed,
QScrollBar::sub-line:vertical:pressed {
/* buttons and handles when clicked */
background: #006868;
}
-QScrollBar::add-page:horizontal,
-QScrollBar::sub-page:horizontal,
-QScrollBar::add-page:vertical,
+QScrollBar::add-page:horizontal,
+QScrollBar::sub-page:horizontal,
+QScrollBar::add-page:vertical,
QScrollBar::sub-page:vertical {
/* area on scroll bars where clicking it scrolls to where you clicked */
background: transparent;
@@ -911,8 +911,8 @@ QSlider::handle:hover {
background: #141414;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
+DownloadListWidget QFrame,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #141414;
@@ -928,7 +928,7 @@ DownloadListWidget#frame {
color: none;
}
-DownloadListWidgetCompact,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab in Compact View */
background: #141414;
diff --git a/src/stylesheets/Paper Light by 6788.qss b/src/stylesheets/Paper Light by 6788.qss
index d78c26ea..4aad55a8 100644
--- a/src/stylesheets/Paper Light by 6788.qss
+++ b/src/stylesheets/Paper Light by 6788.qss
@@ -24,7 +24,7 @@ QWidget {
}
QWidget:disabled {
- /* disabled parts of the window like the update button when there are no updates */
+ /* disabled parts of the window like the update button when there are no updates */
background: #EBEBEB;
color: #808080;
}
@@ -132,7 +132,7 @@ QToolButton:menu-indicator {
qproperty-icon: url(./Paper/Light/Toolbar/settings.svg);
}
-#actionProblems {
+#actionNotifications {
qproperty-icon: url(./Paper/Light/Toolbar/problems.svg);
}
@@ -497,7 +497,7 @@ QScrollBar::add-line:vertical {
}
QScrollBar::sub-line:vertical {
- /* scroll up button */
+ /* scroll up button */
background: #FFFFFF;
image: url(./Paper/Light/Arrows/up.svg);
height: 23px;
@@ -510,29 +510,29 @@ QScrollBar::sub-line:vertical {
/* Combined */
-QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:horizontal:hover,
QScrollBar::handle:vertical:hover,
-QScrollBar::add-line:horizontal:hover,
-QScrollBar::sub-line:horizontal:hover,
-QScrollBar::add-line:vertical:hover,
+QScrollBar::add-line:horizontal:hover,
+QScrollBar::sub-line:horizontal:hover,
+QScrollBar::add-line:vertical:hover,
QScrollBar::sub-line:vertical:hover {
/* buttons and handles when moused-over */
background: #008484;
}
-QScrollBar::handle:horizontal:pressed,
+QScrollBar::handle:horizontal:pressed,
QScrollBar::handle:vertical:pressed,
-QScrollBar::add-line:horizontal:pressed,
-QScrollBar::sub-line:horizontal:pressed,
-QScrollBar::add-line:vertical:pressed,
+QScrollBar::add-line:horizontal:pressed,
+QScrollBar::sub-line:horizontal:pressed,
+QScrollBar::add-line:vertical:pressed,
QScrollBar::sub-line:vertical:pressed {
/* buttons and handles when clicked */
background: #008484;
}
-QScrollBar::add-page:horizontal,
-QScrollBar::sub-page:horizontal,
-QScrollBar::add-page:vertical,
+QScrollBar::add-page:horizontal,
+QScrollBar::sub-page:horizontal,
+QScrollBar::add-page:vertical,
QScrollBar::sub-page:vertical {
/* area on scroll bars where clicking it scrolls to where you clicked */
background: transparent;
@@ -918,8 +918,8 @@ QSlider::handle:hover {
background: #FFFFFF;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
+DownloadListWidget QFrame,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #FFFFFF;
@@ -935,7 +935,7 @@ DownloadListWidget #frame {
color: none;
}
-DownloadListWidgetCompact,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab in Compacts View*/
background: #FFFFFF;
@@ -992,4 +992,4 @@ QProgressBar[downloadView=standard] {
#activeModslabel, #activePluginsLabel {
/* Increase the left margin of the counters */
padding-left: 6px;
-} \ No newline at end of file
+}