mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
14 lines
293 B
CSS
14 lines
293 B
CSS
.icon-tooltip {
|
|
background-color: rgba(80, 103, 132, 0.85);
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
padding: 0 6px;
|
|
line-height: 19px;;
|
|
position: fixed;
|
|
z-index: 5;
|
|
height: 19px;
|
|
border-radius: var(--border-radius-medium);
|
|
white-space: nowrap;
|
|
z-index: 999;
|
|
} |