diff 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
line wrap: on
line diff
--- a/rc/dark.qss	Sun Nov 05 23:31:49 2023 -0500
+++ b/rc/dark.qss	Mon Nov 06 01:51:44 2023 -0500
@@ -38,27 +38,26 @@
 
 AnimeListPage::pane {
 	margin: 0.04em;
+	border: 0.04em solid #808080;
+	top: -0.04em;
+	left: -0.04em;
 }
 
-AnimeListPage::pane,
 QTabWidget::pane:top {
 	border: 0.04em solid #808080;
 	top: -0.04em;
 }
 
-AnimeListPage::pane,
 QTabWidget::pane:bottom {
 	border: 0.04em solid #808080;
 	bottom: -0.04em;
 }
 
-AnimeListPage::pane,
 QTabWidget::pane:left {
 	border: 0.04em solid #808080;
 	left: -0.04em;
 }
 
-AnimeListPage::pane,
 QTabWidget::pane:right {
 	border: 0.04em solid #808080;
 	right: -0.04em;
@@ -153,7 +152,7 @@
 }
 
 QPushButton:hover {
-	background-color: rgba(57, 66, 75, 1.0);
+	background-color: #39424B;
 }
 
 /*