summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-11-10 22:12:15 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-11-14 10:58:14 +0100
commitc6c0b8fb6f80d751979160d47a296762452992dc (patch)
treec6e60e55a8642f9b13d8d67bf26a7f796667e797 /vcl
parent8c1837bbc1fe6732a06eda23516a727b391b3db8 (diff)
widget theme: add missing actionButtonTextColor style to iOS theme
Forgot to add "actionButtonTextColor" to the iOS theme definition. Change-Id: I29207512a04068759021d4ae6a30824b56498de6 Reviewed-on: https://gerrit.libreoffice.org/82394 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 6ed8c8ab84cc344f5388056da20996dd5266aadf) Reviewed-on: https://gerrit.libreoffice.org/82639 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/uiconfig/theme_definitions/ios/definition.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/uiconfig/theme_definitions/ios/definition.xml b/vcl/uiconfig/theme_definitions/ios/definition.xml
index 2a29df41d378..310f450f0f04 100644
--- a/vcl/uiconfig/theme_definitions/ios/definition.xml
+++ b/vcl/uiconfig/theme_definitions/ios/definition.xml
@@ -10,8 +10,8 @@
<darkShadowColor value="#000000"/>
<buttonTextColor value="#007AFF"/>
<defaultActionButtonTextColor value="#007AFF"/>
+ <actionButtonTextColor value="#007AFF"/>
<actionButtonRolloverTextColor value="#007AFF"/>
- <buttonTextColor value="#007AFF"/>
<buttonRolloverTextColor value="#FFFFFF"/>
<radioCheckTextColor value="#000000"/>
<groupTextColor value="#000000"/>