diff --git a/qt.css b/qt.css index 7724536d2..afd1b63e1 100644 --- a/qt.css +++ b/qt.css @@ -127,6 +127,8 @@ QLineEdit#mSearchBar { padding: 0 0px; border: 1px solid #E0E0E0; border-radius: 3px; + color: #AAAAAA; + background-color: #FFFFFF; } QLineEdit#mSearchBar QLabel { @@ -139,7 +141,6 @@ QLineEdit#mSearchBar:focus { color: #525252; } - RepoTreeView QScrollBar { margin-right: 1px; } @@ -471,6 +472,7 @@ FileBrowserDialog QToolBar QPushButton { font-size: 13px; padding: 3px; margin: 1px; + color: #252525; background-color: white; qproperty-focusPolicy: NoFocus; } @@ -493,6 +495,7 @@ FileBrowserDialog QToolBar QToolButton#forwardButton { FileBrowserDialog QToolBar QLabel { margin-left: 2px; + color: #252525; } FileBrowserDialog QToolBar QPushButton:hover { @@ -679,6 +682,8 @@ SyncErrorsTableView::item { padding-top: 5px; padding-left: 0px; border-top: 1px solid #e0e0e0; + color: #252525; + background-color: white; } SyncErrorsTableView::item :last {