h5ai/src/_h5ai/client/css/inc/delete.less
2012-10-27 02:02:10 +02:00

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