mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 06:55:16 -04:00
10 lines
136 B
Text
10 lines
136 B
Text
|
|
#delete {
|
|
display: none;
|
|
.topbar-right;
|
|
.transition(all 0.2s ease-in-out);
|
|
|
|
&.failed {
|
|
background-color: rgba(255,0,0,0.5);
|
|
}
|
|
}
|