diff --git a/GUI/styles/Base.stylesheet b/GUI/styles/Base.stylesheet index 8469bada1b6f3bc783e255458659a2d37b3afbbb..fe2febdb7e9006880520fd48583a9932a333f73c 100644 --- a/GUI/styles/Base.stylesheet +++ b/GUI/styles/Base.stylesheet @@ -54,7 +54,7 @@ QPushButton padding: 4px; border-radius: 3px; border: 1px solid; - color:palette(text); + color: palette(text); background-color: rgba(100, 100, 100, 0%); border-color: rgba(100, 100, 100, 25%); } @@ -66,11 +66,11 @@ QToolButton } QToolButton::menu-arrow { - width:0px; + width: 0px; } QToolButton::menu-indicator { - width:0px; + width: 0px; } QToolButton#ViewSelectionButton {