1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
Files
sqliteviz/src/assets/styles/tooltips.css
2021-04-27 22:51:36 +02:00

13 lines
279 B
CSS

.icon-tooltip {
background-color: rgba(80, 103, 132, 0.85);
color: #fff;
text-align: center;
font-size: 12px;
padding: 0 6px;
line-height: 19px;;
position: fixed;
height: 19px;
border-radius: var(--border-radius-medium);
white-space: nowrap;
z-index: 999;
}