loleaflet/css/notebookbar.css | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit c618fcba64f5ee2398afcd86383a123e3151065c Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Thu Jul 9 13:26:17 2020 +0200 Commit: Szymon Kłos <szymon.k...@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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@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, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits