comparison rc/dark.qss @ 109:79714c95a145

*: add translation files and locale files I forgot to add these in the last commit :p also now you have to ask cmake to update the translations because before the ts files were not tracked (obviously)
author Paper <mrpapersonic@gmail.com>
date Mon, 06 Nov 2023 01:51:44 -0500
parents 49c8d1976869
children 39521c47c7a3
comparison
equal deleted inserted replaced
108:2004b41d4a59 109:79714c95a145
36 but that's really lame :( 36 but that's really lame :(
37 */ 37 */
38 38
39 AnimeListPage::pane { 39 AnimeListPage::pane {
40 margin: 0.04em; 40 margin: 0.04em;
41 } 41 border: 0.04em solid #808080;
42 42 top: -0.04em;
43 AnimeListPage::pane, 43 left: -0.04em;
44 }
45
44 QTabWidget::pane:top { 46 QTabWidget::pane:top {
45 border: 0.04em solid #808080; 47 border: 0.04em solid #808080;
46 top: -0.04em; 48 top: -0.04em;
47 } 49 }
48 50
49 AnimeListPage::pane,
50 QTabWidget::pane:bottom { 51 QTabWidget::pane:bottom {
51 border: 0.04em solid #808080; 52 border: 0.04em solid #808080;
52 bottom: -0.04em; 53 bottom: -0.04em;
53 } 54 }
54 55
55 AnimeListPage::pane,
56 QTabWidget::pane:left { 56 QTabWidget::pane:left {
57 border: 0.04em solid #808080; 57 border: 0.04em solid #808080;
58 left: -0.04em; 58 left: -0.04em;
59 } 59 }
60 60
61 AnimeListPage::pane,
62 QTabWidget::pane:right { 61 QTabWidget::pane:right {
63 border: 0.04em solid #808080; 62 border: 0.04em solid #808080;
64 right: -0.04em; 63 right: -0.04em;
65 } 64 }
66 65
151 QSpinBox:disabled { 150 QSpinBox:disabled {
152 color: #808080; 151 color: #808080;
153 } 152 }
154 153
155 QPushButton:hover { 154 QPushButton:hover {
156 background-color: rgba(57, 66, 75, 1.0); 155 background-color: #39424B;
157 } 156 }
158 157
159 /* 158 /*
160 * QLineEdit 159 * QLineEdit
161 */ 160 */