[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 21 09:29:19 UTC 2020
loleaflet/css/notebookbar.css | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
New commits:
commit d69682284b49e4bdae6ef216acc2c6dcbb9ad53b
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Jul 21 11:06:01 2020 +0200
Commit: Pedro Silva <pedro.silva at collabora.com>
CommitDate: Tue Jul 21 11:29:00 2020 +0200
Notebookbar: Home: make Paragraph style and its navigation arrows one visual element
- decrease size of those arrows so they are not mistaken by main actions that affect the document
Change-Id: Ief0b633187df84e8862501cf928c327fa2e44f5f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99125
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Pedro Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index 88c889986..42aea041f 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -122,7 +122,27 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
.unotoolbutton.notebookbar .unobutton.selected {
box-shadow: 0 0 0px 4px #e6e6e640 !important;
}
-
+#table-HomeTab .unospan-uptoolbar:not(.disabled) {
+ border-top-left-radius: 12px;
+ border-bottom-left-radius: 12px;
+ background: linear-gradient(to left, #e6e6e600, #e6e6e652 30%);
+}
+#table-HomeTab .unospan-downtoolbar:not(.disabled) {
+ background: linear-gradient(to right, #e6e6e600, #e6e6e652 30%);
+ border-top-right-radius: 12px;
+ border-bottom-right-radius: 12px;
+}
+#table-HomeTab .unospan-uptoolbar:not(.disabled):hover{
+ box-shadow: -2px 0 2px 2px #e6e6e6b0;
+}
+#table-HomeTab .unospan-downtoolbar:not(.disabled):hover{
+ box-shadow: 2px 0 2px 2px #e6e6e6b0;
+}
+#table-HomeTab .unospan-uptoolbar img, #table-HomeTab .unospan-downtoolbar img {
+ width: 18px !important;
+ height: 18px !important;
+ padding: 4px;
+}
.unotoolbutton.notebookbar:not(.disabled):hover, #clearFormatting.notebookbar div img:hover {
box-shadow: 0 0 0px 4px #e6e6e6b0;
border-radius: 0.1px;
@@ -224,6 +244,10 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
cursor: pointer;
}
+#table-stylescontainer #style4 {
+ border-right: 1px dashed transparent;
+}
+
#table-stylescontainer #style1:hover,
#table-stylescontainer #style2:hover,
#table-stylescontainer #style3:hover,
More information about the Libreoffice-commits
mailing list