mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-26 11:54:21 +01:00
Styles tooltips
This commit is contained in:
parent
6f1f2ab612
commit
f21dea0106
@ -1,14 +1,14 @@
|
|||||||
@import "ui-variables";
|
@import "ui-variables";
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
@tip-background-color: #fff;
|
@tip-background-color: darken(@tool-panel-background-color, 10%);
|
||||||
@tip-text-color: #333;
|
@tip-text-color: @text-color;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
.keystroke {
|
.keystroke {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
color: #777;
|
color: lighten(@tip-text-color, 10%);
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user