Working option selection 🎉
This commit is contained in:
@ -66,11 +66,11 @@ dialogue-box {
|
||||
/* background-tile-pos: 1 1; */
|
||||
background: blue;
|
||||
padding: 10;
|
||||
alpha: 0.9;
|
||||
}
|
||||
|
||||
dialogue-options {
|
||||
fill-width: true;
|
||||
background: red;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
@ -78,4 +78,9 @@ dialogue-option {
|
||||
fill-width: true;
|
||||
background: green;
|
||||
padding: 10;
|
||||
alpha: 0.9;
|
||||
}
|
||||
|
||||
dialogue-option.disabled {
|
||||
alpha: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user