Skip to content

Commit a8b2ba7

Browse files
committed
Add styling for hovering drag area
1 parent b0afc3b commit a8b2ba7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

resources/default.stylesheet

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ DebugHighlight {
2020
background-sprite-border: 6 6 6 6;
2121
}
2222

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+
2339
ScrollView {
2440
color: #d8d8d2;
2541
font : url(fonts/RobotoCondensed-Light.ttf) 14;

0 commit comments

Comments
 (0)