We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c595d commit 29777e2Copy full SHA for 29777e2
gtk-3.22/gtk-widgets.css
@@ -138,6 +138,28 @@ rubberband,
138
font-family: monospace;
139
}
140
141
+.keycap {
142
+ background-image:
143
+ linear-gradient(
144
+ to bottom,
145
+ shade (
146
+ @bg_color,
147
+ 0.95
148
+ ),
149
+ @bg_color
150
+ );
151
+ border: 1px solid @border_color;
152
+ border-radius: 2.5px;
153
+ box-shadow:
154
+ inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),
155
+ inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),
156
+ inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),
157
+ 0 1px 0 0 @border_color;
158
+ min-width: 16px;
159
+ padding: 3px 6px;
160
+ text-shadow: 0 1px @text_shadow_color;
161
+}
162
+
163
/**************
164
* Separators *
165
*************/
0 commit comments