diff options
Diffstat (limited to 'themer/gen/themer-atom-ui/themer-dark-ui/styles/tooltips.less')
-rw-r--r-- | themer/gen/themer-atom-ui/themer-dark-ui/styles/tooltips.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themer/gen/themer-atom-ui/themer-dark-ui/styles/tooltips.less b/themer/gen/themer-atom-ui/themer-dark-ui/styles/tooltips.less new file mode 100644 index 0000000..bcecabb --- /dev/null +++ b/themer/gen/themer-atom-ui/themer-dark-ui/styles/tooltips.less @@ -0,0 +1,17 @@ + +.tooltip { + .tooltip-inner { + line-height: 1; + padding: .75em; + white-space: nowrap; + max-width: none; + } + + .keystroke { + padding: .15em .4em; + margin: 0 -.3em 0 .25em; + border-radius: max(2px, @component-border-radius / 2); + color: @text-color-selected; + background: @background-color-selected; + } +} |