Move success/error squircles to settings
This commit is contained in:
parent
dda7129a24
commit
e6b4d28229
2 changed files with 9 additions and 7 deletions
|
@ -4,13 +4,6 @@ td.status > span {
|
|||
width: 16px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
span.success {
|
||||
background: #37ce02;
|
||||
border-radius: 8px;
|
||||
}
|
||||
span.error {
|
||||
background: #ce3702;
|
||||
}
|
||||
|
||||
td.mountPoint, td.backend { width:160px; }
|
||||
td.remove>img { visibility:hidden; padding-top:13px; }
|
||||
|
|
|
@ -178,6 +178,15 @@ table.shareAPI td { padding-bottom: 0.8em; }
|
|||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
span.success {
|
||||
background: #37ce02;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
span.error {
|
||||
background: #ce3702;
|
||||
}
|
||||
|
||||
/* HELP */
|
||||
.pressed {background-color:#DDD;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue