loleaflet/css/notebookbar.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)
New commits: commit a629f1b67941284cba60847f3de5106499221fe0 Author: Szymon Kłos <[email protected]> AuthorDate: Thu Apr 23 10:38:25 2020 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Fri May 1 15:28:44 2020 +0200 notebookbar: style elements hover Change-Id: I13ee4fb26535683948c145d911aaf667a17069bc Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93264 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css index b951e8815..59eaf7d7a 100644 --- a/loleaflet/css/notebookbar.css +++ b/loleaflet/css/notebookbar.css @@ -3,6 +3,7 @@ .ui-tabs.notebookbar { display: inline-block; + z-index: 1000; } .ui-tab.notebookbar { @@ -11,6 +12,21 @@ font-size: 12pt; } +.ui-tab.selected.notebookbar { + border: none; + color: #0b87e7; + border-radius: 0px; + border-bottom: solid 1px #0b87e7; + font-weight: bold; +} + +.ui-tab.notebookbar:hover { + box-shadow: 0 0 0px 4px #e6e6e6b0; + border-radius: 0.1px; + background-color: #e6e6e6b0; + cursor: pointer; +} + /* root container */ .root-container.notebookbar { @@ -38,3 +54,10 @@ .ui-content.notebookbar .unobutton.selected { box-shadow: 0 0 0px 4px #e6e6e640 !important; } + +.ui-content.notebookbar .unobutton:hover { + box-shadow: 0 0 0px 4px #e6e6e6b0; + border-radius: 0.1px; + background-color: #e6e6e6b0; + cursor: pointer; +} _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
