We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0afc3b commit a8b2ba7Copy full SHA for a8b2ba7
1 file changed
resources/default.stylesheet
@@ -20,6 +20,22 @@ DebugHighlight {
20
background-sprite-border: 6 6 6 6;
21
}
22
23
+
24
+#mover {
25
+ color: #d8d8d2;
26
+ font : url(fonts/RobotoCondensed-Light.ttf) 14;
27
+ background-color: #182224;
28
+ background: url(materials/white-small-nine-patch.png);
29
+ background-sprite: 0 0 16 16;
30
+ background-sprite-border: 6 6 6 6;
31
+ transition: background-color 1s;
32
+}
33
34
+#mover:hover {
35
+ background-color: #314447;
36
+ transition: background-color 0.1s;
37
38
39
ScrollView {
40
color: #d8d8d2;
41
font : url(fonts/RobotoCondensed-Light.ttf) 14;
0 commit comments