summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2022-09-15 09:55:36 +0200
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2022-09-19 13:56:26 +0200
commitf0e43ce9e43387c0a8b577eeaf7660ddc47ebf2c (patch)
treed7229be9c2b6cfe720dfd04d4262e62de3f89871
parentEnforce annotation icons' style (diff)
downloadonline-f0e43ce9e43387c0a8b577eeaf7660ddc47ebf2c.tar.gz
online-f0e43ce9e43387c0a8b577eeaf7660ddc47ebf2c.zip
Fix annotation btns tooltips discrepancies
These tooltips were not getting styled as the other ones. Annotation btn tooltips were missing: - padding (as seen in .ui-tooltip) - font-size and line-height (as seen in the ones that get styles from jquery ui css by default) Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Ief46d294e36dfa0926cf668cd9a9f89589c6da40
-rw-r--r--browser/css/cool.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/browser/css/cool.css b/browser/css/cool.css
index b68f7e8fa4..01b3b4f476 100644
--- a/browser/css/cool.css
+++ b/browser/css/cool.css
@@ -664,6 +664,9 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
/*Tooltips
----------------------------------*/
[data-title]:hover:after {
+ padding: 7px 9px;
+ font-size: 1em;
+ line-height: 1;
opacity: 1;
transition: all 0.1s ease 0.5s;
visibility: visible;