feature: Upload Online Attachments front end
This commit is contained in:
@@ -391,25 +391,27 @@
|
||||
padding: 3px;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action {
|
||||
color: #333;
|
||||
display: block;
|
||||
margin: 0 4px 0 0;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
border: 1px solid #fff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:hover {
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin) {
|
||||
color: #333;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin):hover {
|
||||
color: #335A87;
|
||||
background-color: #ededed;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action.disabled {
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
cursor: default;
|
||||
}
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action.disabled:hover {
|
||||
#deviceShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled:hover {
|
||||
color: rgba(51, 51, 51, 0.2);
|
||||
background-color: inherit;
|
||||
border: 1px solid #fff;
|
||||
|
||||
Reference in New Issue
Block a user