mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
8 lines
96 B
CSS
8 lines
96 B
CSS
.tooltip.in {
|
|
opacity: 0.95;
|
|
filter: alpha(opacity=95);
|
|
}
|
|
|
|
.tooltip {
|
|
line-height: 20px;
|
|
} |