summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--browser/css/cool.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/browser/css/cool.css b/browser/css/cool.css
index 568e56e859..b68f7e8fa4 100644
--- a/browser/css/cool.css
+++ b/browser/css/cool.css
@@ -626,13 +626,14 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
}
.cool-annotation-menu, .cool-annotation-menu-redline, .cool-redline-accept-button, .cool-redline-reject-button {
- margin: 0;
- padding: 0;
- width: 24px;
- height: 24px;
+ margin: 0 !important;
+ padding: 0 !important;
+ min-width: initial !important;
+ width: 24px !important;
+ height: 24px !important;
vertical-align: top;
- border: 1px solid transparent;
- display: inline-block;
+ border: 1px solid transparent !important;
+ display: inline-block !important;
}
.cool-redline-accept-button {