diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-09 01:37:57 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-09 01:43:02 -0600 |
| commit | c1210714f801d69a31397a6254901a00407f6da4 (patch) | |
| tree | 208b3fd7d91d285c10bc4cd53820295e951f7c87 /src/stylesheets/Paper Light by 6788.qss | |
| parent | 57c14681f26fa1ac1cda66cbe2fcca2f020ba5ae (diff) | |
Update tutorials and stylesheets for problems->notifications change
Diffstat (limited to 'src/stylesheets/Paper Light by 6788.qss')
| -rw-r--r-- | src/stylesheets/Paper Light by 6788.qss | 36 |
1 files changed, 18 insertions, 18 deletions
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 +} |
