Skip to content

Commit faf39c3

Browse files
author
mcramer
committed
Fixed too small font size in tipsy tooltips
1 parent e372dd6 commit faf39c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ p.value {
15061506
/* content_ispc
15071507
-------------------------------------------------------------- */
15081508
.tipsy {
1509-
font-size: 10px;
1509+
font-size: 12px !important;
15101510
position: absolute;
15111511
padding: 5px;
15121512
z-index: 100000;

0 commit comments

Comments
 (0)