Working main menu 🎉

This commit is contained in:
3wc
2024-02-10 22:49:44 -03:00
parent 5e60f6763f
commit 6777d3f64e
6 changed files with 63 additions and 58 deletions

BIN
res/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -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;
}