MikaFil commited on
Commit
7b855e0
·
verified ·
1 Parent(s): 011da03

Update style/defaults/style.css

Browse files
Files changed (1) hide show
  1. style/defaults/style.css +2 -1
style/defaults/style.css CHANGED
@@ -271,7 +271,7 @@ progress::-moz-progress-bar {
271
  /* --- FIX: Perfectly center the tooltip close button (×) on all devices --- */
272
  .tooltip-close {
273
  position: absolute;
274
- top: -1px;
275
  right: -8px;
276
  background: #B0B0B0;
277
  color: #333;
@@ -285,6 +285,7 @@ progress::-moz-progress-bar {
285
  justify-content: center;
286
  padding: 0;
287
  line-height: normal;
 
288
 
289
  text-align: center;
290
  cursor: pointer;
 
271
  /* --- FIX: Perfectly center the tooltip close button (×) on all devices --- */
272
  .tooltip-close {
273
  position: absolute;
274
+ top: -8px;
275
  right: -8px;
276
  background: #B0B0B0;
277
  color: #333;
 
285
  justify-content: center;
286
  padding: 0;
287
  line-height: normal;
288
+ vertical-align: middle;
289
 
290
  text-align: center;
291
  cursor: pointer;