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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri May 1 13:29:02 UTC 2020


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

New commits:
commit a629f1b67941284cba60847f3de5106499221fe0
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Apr 23 10:38:25 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
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 <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 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;
+}


More information about the Libreoffice-commits mailing list