diff options
author | CJBok <cjbok@ziggo.nl> | 2020-01-28 23:59:30 +0100 |
---|---|---|
committer | CJBok <cjbok@ziggo.nl> | 2020-01-28 23:59:30 +0100 |
commit | 4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952 (patch) | |
tree | 1fe70c7485464f8e31af3a04a624af035c671fb7 /dist | |
parent | Merge pull request #3359 from ReinUsesLisp/assert-point-size (diff) | |
download | yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.tar yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.tar.gz yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.tar.bz2 yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.tar.lz yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.tar.xz yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.tar.zst yuzu-4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952.zip |
Diffstat (limited to 'dist')
-rw-r--r-- | dist/qt_themes/colorful/style.qrc | 2 | ||||
-rw-r--r-- | dist/qt_themes/colorful/style.qss | 4 | ||||
-rw-r--r-- | dist/qt_themes/default/default.qrc | 13 | ||||
-rw-r--r-- | dist/qt_themes/default/style.qss | 35 | ||||
-rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 38 |
5 files changed, 77 insertions, 15 deletions
diff --git a/dist/qt_themes/colorful/style.qrc b/dist/qt_themes/colorful/style.qrc index af2f3fd56..36735519a 100644 --- a/dist/qt_themes/colorful/style.qrc +++ b/dist/qt_themes/colorful/style.qrc @@ -10,6 +10,6 @@ <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> </qresource> <qresource prefix="colorful"> - <file>style.qss</file> + <file alias="style.qss">../default/style.qss</file> </qresource> </RCC> diff --git a/dist/qt_themes/colorful/style.qss b/dist/qt_themes/colorful/style.qss deleted file mode 100644 index 413fc81da..000000000 --- a/dist/qt_themes/colorful/style.qss +++ /dev/null @@ -1,4 +0,0 @@ -/* - This file is intentionally left blank. - We do not want to apply any stylesheet for colorful, only icons. -*/ diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc index d1a0ee1be..c51fdb26c 100644 --- a/dist/qt_themes/default/default.qrc +++ b/dist/qt_themes/default/default.qrc @@ -1,25 +1,18 @@ <RCC> <qresource prefix="icons/default"> <file alias="index.theme">icons/index.theme</file> - <file alias="16x16/checked.png">icons/16x16/checked.png</file> - <file alias="16x16/failed.png">icons/16x16/failed.png</file> - <file alias="16x16/lock.png">icons/16x16/lock.png</file> - <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file> - <file alias="48x48/chip.png">icons/48x48/chip.png</file> - <file alias="48x48/folder.png">icons/48x48/folder.png</file> - <file alias="48x48/plus.png">icons/48x48/plus.png</file> - <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file> - <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file> - <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file> </qresource> + <qresource prefix="default"> + <file>style.qss</file> + </qresource> </RCC> diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss new file mode 100644 index 000000000..6b5953e38 --- /dev/null +++ b/dist/qt_themes/default/style.qss @@ -0,0 +1,35 @@ +QPushButton#TogglableStatusBarButton { + color: #959595; + border: 1px solid transparent; + background-color: transparent; + padding: 0px 3px 0px 3px; + text-align: center; +} + +QPushButton#TogglableStatusBarButton:checked { + color: #000000; +} + +QPushButton#TogglableStatusBarButton:hover { + border: 1px solid #76797C; +} + +QPushButton#RendererStatusBarButton { + color: #656565; + border: 1px solid transparent; + background-color: transparent; + padding: 0px 3px 0px 3px; + text-align: center; +} + +QPushButton#RendererStatusBarButton:hover { + border: 1px solid #76797C; +} + +QPushButton#RendererStatusBarButton:checked { + color: #e85c00; +} + +QPushButton#RendererStatusBarButton:!checked{ + color: #0066ff; +} diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index 9814b06dd..7d088a719 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss @@ -1236,3 +1236,41 @@ QToolButton:disabled, QPlainTextEdit:disabled { background-color: #2b2e31; } + +QPushButton#TogglableStatusBarButton { + min-width: 0px; + color: #656565; + border: 1px solid transparent; + background-color: transparent; + padding: 0px 3px 0px 3px; + text-align: center; +} + +QPushButton#TogglableStatusBarButton:checked { + color: #ffffff; +} + +QPushButton#TogglableStatusBarButton:hover { + border: 1px solid #76797C; +} + +QPushButton#RendererStatusBarButton { + min-width: 0px; + color: #656565; + border: 1px solid transparent; + background-color: transparent; + padding: 0px 3px 0px 3px; + text-align: center; +} + +QPushButton#RendererStatusBarButton:hover { + border: 1px solid #76797C; +} + +QPushButton#RendererStatusBarButton:checked { + color: #e85c00; +} + +QPushButton#RendererStatusBarButton:!checked{ + color: #00ccdd; +}
\ No newline at end of file |