Skip to content

Commit

Permalink
feat(Skyrim): Update input styles
Browse files Browse the repository at this point in the history
- Fix install link color on download widget
- Align inputs height
- Remove drop-down image border
- Remove tab pane image border
- Increase list/tree rows height  with editable cells to fit increased input size
- Fix scrollbar arrow background color inside QTextEdit
  • Loading branch information
nikolay-borzov committed Nov 14, 2018
1 parent 3e48a5a commit 97b59a3
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 152 deletions.
3 changes: 1 addition & 2 deletions themes/common/_fixes.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* For some reason applying background-color or border fixes paddings
properties */
/* For some reason applying background-color or border fixes paddings properties */
QListWidget::item {
border-width: 0;
}
Expand Down
Binary file removed themes/skyrim/images/border-image1.png
Binary file not shown.
Binary file removed themes/skyrim/images/border-image2.png
Binary file not shown.
4 changes: 0 additions & 4 deletions themes/skyrim/sass/_base-options.scss

This file was deleted.

2 changes: 1 addition & 1 deletion themes/skyrim/sass/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$color-text: #C0C0C0;
$color-text-disabled: #656565;
$color-border: #A6A8AB;
$color-border: #999;

$color-selection-background: #000;
$color-selection-text: invert($color-selection-background);
Expand Down
8 changes: 8 additions & 0 deletions themes/skyrim/sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$tree-item-padding: .3em 0;

$font-size: 14px;

$button-gap: .5em;

$input-padding: 3px 5px;
$input-height: 24px;
Loading

0 comments on commit 97b59a3

Please sign in to comment.