[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 9 08:04:18 UTC 2019
loleaflet/css/toolbar.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dfb3e3a02df7d279cc4c99b0881dc6270fd6e688
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 9 08:59:23 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Oct 9 10:03:59 2019 +0200
Round last squared color pickers
Change-Id: Ie247caa53b537b110d093e3839aecf890fdcfd02
Reviewed-on: https://gerrit.libreoffice.org/80512
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 7417b2b4c..960200ff3 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{
+ #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