Working on 0.8.x
- entities -> contents - RnK button black if no action left
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
||||
}
|
||||
button {
|
||||
&.chat-dice-rnk {
|
||||
cursor: default;
|
||||
cursor: url("../assets/cursors/pointer.webp"), pointer;
|
||||
color: $white;
|
||||
background: linear-gradient(
|
||||
$l5r5e-linear-gradient-third,
|
||||
@@ -36,6 +36,13 @@
|
||||
);
|
||||
}
|
||||
}
|
||||
&.chat-dice-rnk-ended {
|
||||
background: linear-gradient(
|
||||
$l5r5e-linear-gradient-second,
|
||||
$l5r5e-linear-gradient-second-dark,
|
||||
$l5r5e-linear-gradient-second
|
||||
);
|
||||
}
|
||||
}
|
||||
.dice-result-rnk {
|
||||
background: rgba(0, 0, 255, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user