diff options
| author | Tannin <devnull@localhost> | 2013-03-27 20:48:33 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-27 20:48:33 +0100 |
| commit | e0eb97922d5ef4a1448e76f13374ebfda7fda403 (patch) | |
| tree | 00f32ad3f680e51a210bee8155624d71f608bb15 /src/stylesheets | |
| parent | 74c75e60d67b66a63225239c1f6b1403662857aa (diff) | |
- added hooks for getFileVersion* functions
- automatic donwload retry
- support for storing multiple download urls
- improved "query info" functionality
- some cleanup to download manager code
- external fomod installer dialog are now brought to front
- added shell... functions to have windows handle problematic situations
- added visual clue when filters are active
- esps are now automatically activated when installing a mod
- added option to never endorse a mod
- added "previous" and "next" buttons to mod info dialog
- improved the way messagedialog text is shortened
- coloring in mod info dialog now visible in other color schemes
- plugin list is now saved automatically
- vanilla bsas are now enabled even if they are not listed in the ini file
- bugfix: setting mod to maximum now doesn't try to place the mod below overwrite
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/dark.qss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 80e58379..a3819fad 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -2,7 +2,7 @@ QToolTip {
border: 1px solid black;
color: #D9E6EA;
- background-color: #484F53;
+ background-color: #2F3031;
padding: 1px;
border-radius: 3px;
opacity: 100;
@@ -28,7 +28,7 @@ QAbstractItemView QLineEdit
{
- background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #484F53, stop: 0.9 #757676, stop: 1 #484F53);
+ background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2D3330, stop: 0.9 #484F53, stop: 1 #2D3330);
padding: 1px;
border-style: solid;
border: 1px solid #1e1e1e;
@@ -205,6 +205,11 @@ QPlainTextEdit background-color: #484F53;
}
+QWebView
+{
+ background-color: #484F53;
+}
+
QHeaderView::section
{
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #484F53, stop:0.5 #757676, stop:1 #484F53);
|
