summaryrefslogtreecommitdiff
path: root/vcl/uiconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r--vcl/uiconfig/theme_definitions/definition.xml5
-rw-r--r--vcl/uiconfig/theme_definitions/pushbutton-disabled.svgx3
2 files changed, 7 insertions, 1 deletions
diff --git a/vcl/uiconfig/theme_definitions/definition.xml b/vcl/uiconfig/theme_definitions/definition.xml
index 4789b9a844ed..a4394de98ec5 100644
--- a/vcl/uiconfig/theme_definitions/definition.xml
+++ b/vcl/uiconfig/theme_definitions/definition.xml
@@ -67,12 +67,15 @@
<pushbutton>
<part value="Entire">
- <state>
+ <state enabled="true">
<external source="pushbutton-default.svgx" />
</state>
<state enabled="true" rollover="true">
<external source="pushbutton-rollover.svgx" />
</state>
+ <state enabled="false">
+ <external source="pushbutton-disabled.svgx" />
+ </state>
</part>
</pushbutton>
diff --git a/vcl/uiconfig/theme_definitions/pushbutton-disabled.svgx b/vcl/uiconfig/theme_definitions/pushbutton-disabled.svgx
new file mode 100644
index 000000000000..e4c1f63599d7
--- /dev/null
+++ b/vcl/uiconfig/theme_definitions/pushbutton-disabled.svgx
@@ -0,0 +1,3 @@
+<svg version="1.1" viewBox="0 0 44 26" xmlns="http://www.w3.org/2000/svg">
+ <rect x=".5" y=".5" width="43" height="25" rx="2" ry="2" fill="#fff" stroke="#8e8e93"/>
+</svg>