You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
722 B
31 lines
722 B
|
|
.wrap .button.delete {
|
|
background: #d54e21;
|
|
border-color: #a83d1a;
|
|
color: white;
|
|
-webkit-box-shadow: inset 0 1px 0 #e68260, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
box-shadow: inset 0 1px 0 #e68260, 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.wrap .button.delete:hover,
|
|
.wrap .button.delete:focus {
|
|
background: #be461d;
|
|
border-color: #923517;
|
|
color: white;
|
|
box-shadow: inset 0 1px 0 #e3704a;
|
|
}
|
|
|
|
.wrap .button.delete:focus {
|
|
box-shadow: inset 0 1px 0 #e3704a,
|
|
0 0 0 1px #d54e21,
|
|
0 0 2px 1px rgba( 30, 140, 190, .8 );
|
|
}
|
|
|
|
.wrap .button.delete:active {
|
|
background: #a83d1a;
|
|
border-color: #923517;
|
|
color: white;
|
|
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
|
|
0 0 0 1px #d54e21,
|
|
0 0 2px 1px rgba( 30, 140, 190, .8 );
|
|
}
|