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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 08:44:09 UTC 2019


 loleaflet/css/toolbar.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af36b5e1527a14312b488152b9c662c24f0a01d9
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 9 10:28:25 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Oct 9 10:43:51 2019 +0200

    Fix some color picker elements by accounting  for differences in html structure
    
    Change-Id: I35d73eaaffccdd579ae79ce2eee45dabb7088332
    Reviewed-on: https://gerrit.libreoffice.org/80527
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 6cb50de0f..c9815c121 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,7 +4,7 @@
 	}
 }
 @media (max-width: 767px), (max-device-height: 767px) {
-	#BackColor .w2ui-tb-caption > div, #FontColor .w2ui-tb-caption > div, #BackgroundColor .w2ui-tb-caption > div, #FrameLineColor > div, #Color > div{
+	#BackColor .w2ui-tb-caption > div, #FontColor .w2ui-tb-caption > div, #BackgroundColor .w2ui-tb-caption > div, #FrameLineColor div, #Color div{
 		border-radius:100px !important;
 	}
 	#toolbar-down table.w2ui-button.checked .w2ui-tb-image{


More information about the Libreoffice-commits mailing list