summaryrefslogtreecommitdiffstats
path: root/gui/client/toolbar.ui
diff options
context:
space:
mode:
Diffstat (limited to 'gui/client/toolbar.ui')
-rw-r--r--gui/client/toolbar.ui36
1 files changed, 3 insertions, 33 deletions
diff --git a/gui/client/toolbar.ui b/gui/client/toolbar.ui
index 121961e..9908dda 100644
--- a/gui/client/toolbar.ui
+++ b/gui/client/toolbar.ui
@@ -34,36 +34,12 @@ QPushButton:hover {
QPushButton:pressed {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);
}
+QPushButton:checked {
+ background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #cacbce, stop: 1 #e6e7ea);
+}
QPushButton::menu-indicator {
image: url(:/darrow16.svg);
}
-/* QCheckBox */
-QCheckBox {
-}
-QCheckBox::indicator {
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);
- border: 2px solid #8f8f91;
- border-radius: 4px;
- width: 16px;
- height: 16px;
-}
-QCheckBox::indicator:unchecked {
-}
-QCheckBox::indicator:unchecked:hover {
- border: 2px solid rgb(0, 170, 255);
-}
-QCheckBox::indicator:unchecked:pressed {
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);
-}
-QCheckBox::indicator:checked {
- image: url(:/ok16.svg);
-}
-QCheckBox::indicator:checked:hover {
- border: 2px solid rgb(0, 170, 255);
-}
-QCheckBox::indicator:checked:pressed {
- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);
-}
</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
@@ -229,9 +205,6 @@ QCheckBox::indicator:checked:pressed {
<height>0</height>
</size>
</property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
<property name="text">
<string notr="true"/>
</property>
@@ -249,9 +222,6 @@ QCheckBox::indicator:checked:pressed {
<property name="checkable">
<bool>true</bool>
</property>
- <property name="checked">
- <bool>false</bool>
- </property>
</widget>
</item>
</layout>