From 1233555826e8ceec0d502dc5f6a31c37bafce548 Mon Sep 17 00:00:00 2001 From: Chrismettal <39636046+Chrismettal@users.noreply.github.com> Date: Sun, 14 Mar 2021 19:38:12 +0100 Subject: [PATCH] [Stylesheet] increase behave-dark contrast on input boxes (#4619) PR #4619 --- src/Gui/Stylesheets/Behave-dark.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/Stylesheets/Behave-dark.qss b/src/Gui/Stylesheets/Behave-dark.qss index d54d5e49b4..8cac105dc0 100644 --- a/src/Gui/Stylesheets/Behave-dark.qss +++ b/src/Gui/Stylesheets/Behave-dark.qss @@ -1209,10 +1209,10 @@ QTimeEdit, QDateEdit, QDateTimeEdit { color: #bebebe; - background-color: #232932; + background-color: #1E2226; selection-color: white; selection-background-color: #65A2E5; - border: 1px solid #232932; + border: 1px solid #1E2226; border-radius: 3px; min-width: 50px; /* it ensures the default value is correctly displayed */ min-height: 20px; /* important to be a pair number in order to up/down buttons to be divisible by two (if not set could create a blank line in Ubuntu. Its downside is that it's needed to reset it (min-width: 0px) on following elements that can't have it such as fields inside QToolBar and inside QTreeView (Property editor) */