Style cancel button to match upload button
This commit is contained in:
parent
c2bac73984
commit
3f40316d53
@ -575,15 +575,15 @@
|
||||
}
|
||||
|
||||
.upload-page-actions .btn-cancel {
|
||||
background: transparent;
|
||||
border: 1px solid #404040;
|
||||
color: #aaa;
|
||||
background: #1a1a1a;
|
||||
color: white;
|
||||
box-shadow: 0 4px 15px rgba(230, 30, 30, 0.3);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.upload-page-actions .btn-cancel:hover {
|
||||
border-color: #666;
|
||||
color: #fff;
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 6px 20px rgba(230, 30, 30, 0.4);
|
||||
}
|
||||
|
||||
.upload-page-actions .btn-submit {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user