summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css b/share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css
new file mode 100644
index 0000000000..da6ca9ec02
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/HelperWidgets/specialCheckBox.css
@@ -0,0 +1,26 @@
+QCheckBox {
+ spacing: 2px;
+ border-width: 2px;
+ border-radius: 2px;
+ color: white;
+ }
+
+ QToolButton {
+ color: white;
+ font: bold;
+ background: #707070;
+ }
+
+ QCheckBox::indicator {
+ width: 13px;
+ height: 13px;
+ }
+ QLabel {
+ border : 2px solid gray;
+ border-radius: 10px;
+ padding: 0 8px;
+ background: yellow;
+ selection-background-color: darkgray;
+ }
+
+