-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perfect dark: remove explict Qt widget coloring
- Loading branch information
1 parent
7d6b6cc
commit 587aad1
Showing
11 changed files
with
81 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +0,0 @@ | ||
#navToolbar #translateLine | ||
{ | ||
margin-top: 1px; | ||
} | ||
|
||
#navToolbar GroupComboBox | ||
{ | ||
margin-bottom: 1px; | ||
margin-top: 0px; | ||
padding: 2px 18px 2px 4px; | ||
} | ||
|
||
#navToolbar GroupComboBox::drop-down { | ||
padding-right: 2px; | ||
border-right: 1px solid darkgray; | ||
} | ||
|
||
ScanPopup #translateLine | ||
{ | ||
padding: 3px 3px 3px 3px; | ||
} | ||
|
||
ScanPopup GroupComboBox | ||
{ | ||
margin: 2px 0px 4px 1px; | ||
padding: 1px 18px 1px 4px; | ||
} | ||
|
||
ScanPopup GroupComboBox::drop-down { | ||
padding-right: 2px; | ||
border-right: 1px solid darkgray; | ||
} | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
QTabBar::close-button { | ||
image: url(:/icons/closetab.svg) | ||
} | ||
QTabBar::close-button:hover { | ||
image: url(:/icons/closetab-hover.png) | ||
} |
Oops, something went wrong.