mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix success status symbol to a circle
This commit is contained in:
parent
3b4004f9e5
commit
bdfad3440c
2 changed files with 9 additions and 0 deletions
|
|
@ -20,3 +20,8 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
|
|||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
|
||||
#externalStorage td.status .success {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -158,6 +158,10 @@ table.shareAPI .indent { padding-left: 2em; }
|
|||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.cronstatus.success {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#selectGroups select {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in a new issue