diff --git a/files/styles/style-dark.css b/files/styles/style-dark.css index 8039d2697ac8cf78e0a27e96667f16a0606ba435..32fb3fb4b86ec96e39aa1fac28af4623719a0126 100644 --- a/files/styles/style-dark.css +++ b/files/styles/style-dark.css @@ -29,7 +29,7 @@ QCheckBox::indicator:pressed, QCheckBox::indicator:checked:pressed { } QCheckBox::indicator:checked { - background-color: #379AC3; + background-color: #B8D3E6; } QCheckBox::indicator:disabled { @@ -92,6 +92,7 @@ QGCMAVLinkLogPlayer QLabel:disabled { QGCToolBar QLabel { font-size: 10pt; + font-weight: bold; margin: 3px 2px; } @@ -193,26 +194,28 @@ QMainWindow::separator:hover { } QMenu { - border: 1px solid #379AC3; + border: 1px solid #B8D3E6; } QMenu::item:selected, QMenu::item:checked:selected { - background-color: #666; + background-color: #CCC; + color: #000; } QMenu::item:checked { background-color: #B8D3E6; - color: #000; + color: #000; } QMenu::separator { height: 1px; - background: #379AC3; + background: #B8D3E6; margin: 8px 5px 4px 5px; } QMenuBar::item:selected { - background-color: #666; + background-color: #CCC; + color: #000; } QMenuBar::item:disabled { @@ -364,7 +367,7 @@ QSlider::groove:vertical { QSlider::handle:horizontal { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #232228, stop: 1 #020208); - border: 2px solid #379AC3; + border: 2px solid #B8D3E6; width: 18px; margin: -5px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ border-radius: 3px; @@ -380,7 +383,7 @@ QSlider::handle:horizontal:disabled { QSlider::handle:vertical { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #232228, stop: 1 #020208); - border: 2px solid #379AC3; + border: 2px solid #B8D3E6; height: 18px; margin: 0 -5px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ border-radius: 3px; @@ -427,11 +430,11 @@ QTabBar::tab { } QTabBar::tab:hover { - border: 2px solid #379AC3; + border: 2px solid #B8D3E6; } QTabBar::tab:selected { - border: 2px solid #379AC3; + border: 2px solid #B8D3E6; background: #555; } @@ -464,7 +467,7 @@ QToolButton { QToolTip { background-color: #3D5368; - border:0 solid #379AC3; + border:0 solid #B8D3E6; margin: 3px; border-radius: 3px; color: #DDD; diff --git a/files/styles/style-light.css b/files/styles/style-light.css index 21d9c3bcf0fb205498cc6df1cbecbae74f01caf8..5e572ffb15f95c39c7e062173671d7c965225e3c 100644 --- a/files/styles/style-light.css +++ b/files/styles/style-light.css @@ -92,6 +92,7 @@ QGCMAVLinkLogPlayer QLabel:disabled { QGCToolBar QLabel { font-size: 10pt; + font-weight: bold; margin: 3px 2px; } @@ -196,11 +197,13 @@ QMenu { } QMenu::item:selected, QMenu::item:checked:selected { - background-color: #CCC; + background-color: #555; + color: #FFF; } QMenu::item:checked { - background-color: #B8D3E6; + background-color: #379AC3; + color: #FFF; } QMenu::separator { @@ -210,7 +213,8 @@ QMenu::separator { } QMenuBar::item:selected { - background-color: #CCC; + background-color: #555; + color: #FFF; } QMenuBar::item:disabled {