mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
cancel upload button styling
added styling to the upload button so it looks like the unactive plugin UNINSTALL button
This commit is contained in:
@@ -4853,4 +4853,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
|
||||
.doubleSelect td {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#cancelUpload {
|
||||
margin-left:10px;
|
||||
background-color: #999999;
|
||||
}
|
||||
|
||||
#cancelUpload:hover {
|
||||
background-color: #ff9b32;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user