[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 19 14:12:53 UTC 2020


 loleaflet/css/vex.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6070fd1277e1b60a2c7b48eda69aef79e4231751
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 19 14:43:26 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 19 15:12:35 2020 +0100

    Mobile: Vex: primary button: follow the same style as the button in the mobileWizard
    
    Change-Id: I7502de057122843d040ef1469c40815ce19e7178
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89022
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css
index f7ee78df8..65e61ca67 100644
--- a/loleaflet/css/vex.css
+++ b/loleaflet/css/vex.css
@@ -148,8 +148,8 @@
 	button.vex-dialog-button-primary.vex-dialog-button.vex-first {
 		border: 1px solid #0b87e7 !important;
 		border-radius: 4px !important;
-		background-color: #fff !important;
-		color: #0b87e7 !important;
+		background-color: #0b87e7 !important;
+		color: #fff !important;
 	}
 	button.vex-dialog-button-secondary.vex-dialog-button.vex-last {
 		border-radius: 4px;


More information about the Libreoffice-commits mailing list