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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 9 12:29:15 UTC 2020


 loleaflet/css/notebookbar.css |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit c618fcba64f5ee2398afcd86383a123e3151065c
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Jul 9 13:26:17 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Jul 9 14:28:57 2020 +0200

    notebookbar: highlight styles on hover
    
    Change-Id: I41a7715747cb22fe972547d4028c4c0e0899305e
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98426
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index 94cff1fee..60d851074 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -194,6 +194,14 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
 	cursor: pointer;
 }
 
+#table-stylescontainer #style1:hover,
+#table-stylescontainer #style2:hover,
+#table-stylescontainer #style3:hover,
+#table-stylescontainer #style4:hover
+{
+	border: 1px solid lightgray;
+}
+
 /* Insert Tab */
 
 #InsertReferenceField.notebookbar,


More information about the Libreoffice-commits mailing list