Working main menu 🎉
This commit is contained in:
BIN
res/bg.png
Normal file
BIN
res/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
@ -12,35 +12,35 @@ container {
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
button {
|
||||
menubutton {
|
||||
background: #333;
|
||||
fill-width: true;
|
||||
height: 30;
|
||||
transition: background 0.5;
|
||||
}
|
||||
|
||||
button.highlight {
|
||||
menubutton.highlight {
|
||||
background: #a33;
|
||||
}
|
||||
|
||||
button text {
|
||||
menubutton text {
|
||||
align: middle middle;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
menubutton:hover {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
button text {
|
||||
menubutton text {
|
||||
align: middle middle;
|
||||
color : #aaa;
|
||||
transition : color;
|
||||
}
|
||||
|
||||
button:hover text {
|
||||
menubutton:hover text {
|
||||
color : white;
|
||||
}
|
||||
|
||||
button:active {
|
||||
menubutton:active {
|
||||
background: #666;
|
||||
}
|
||||
|
Reference in New Issue
Block a user