mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Active Calls: Update refresh/pause button.
This commit is contained in:
@@ -1026,6 +1026,11 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
button.btn {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
button.btn.btn-link {
|
||||
margin: 0;
|
||||
margin-top: -2px;
|
||||
@@ -1035,6 +1040,10 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
button.btn > span.fas.fa-spin {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user