1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-24 11:34:19 +01:00

Styles tooltips

This commit is contained in:
Rob Cameron 2014-02-27 09:13:45 -08:00
parent 6f1f2ab612
commit f21dea0106

View File

@ -1,14 +1,14 @@
@import "ui-variables";
.tooltip {
@tip-background-color: #fff;
@tip-text-color: #333;
@tip-background-color: darken(@tool-panel-background-color, 10%);
@tip-text-color: @text-color;
white-space: nowrap;
.keystroke {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
color: #777;
font-size: 12px;
color: lighten(@tip-text-color, 10%);
padding-left: 2px;
}