diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 19:11:49 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 19:11:49 -0500 |
| commit | ea0429342ade6e908807ff1faef7c8f7e5e46b75 (patch) | |
| tree | 2db39901df2a1ceada9a58673be082bc27a3109c /src/stylesheets/vs15 Dark-Yellow.qss | |
| parent | 34b022a2297b869c7be306e3f6bf8e124adaf1a7 (diff) | |
harmonized widgets in the tabs, fixed styles
Diffstat (limited to 'src/stylesheets/vs15 Dark-Yellow.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Yellow.qss | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index bfaa4c94..fb2e0422 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.qss @@ -1,4 +1,3 @@ -/*base*/ /*!************************************* VS15 Dark **************************************** @@ -603,7 +602,7 @@ SaveGameInfoWidget { border-width: 1px; padding: 2px; } - QStatusBar::item {border: None;} +QStatusBar::item {border: None;} /* Progress Bars (Downloads) #QProgressBar */ QProgressBar { @@ -693,19 +692,6 @@ QTabBar QToolButton::left-arrow:hover { image: url(./vs15/scrollbar-left-hover.png); } /* Special styles */ -/* fix margins on tabs pane */ -QLineEdit#espFilterEdit { - margin: 0 0 6px 0; } - -QTreeView#downloadView { - margin: 4px 4px 0 4px; } - -QCheckBox#showHiddenBox { - margin: 0 0 4px 4px; } - -QLineEdit#downloadFilterEdit { - margin: 0 4px 4px 0; } - QWidget#tabImages QPushButton { background-color: transparent; margin: 0 .3em; |
