mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Button class updates, logic updates to other files.
This commit is contained in:
@@ -712,6 +712,12 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
}
|
||||
<?php } ?>
|
||||
|
||||
a.disabled,
|
||||
button.btn.disabled {
|
||||
outline: none; /* hides the dotted outline of the anchor tag on focus/active */
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* BREAKPOINTS ****************************************************************/
|
||||
|
||||
/* screens = extra small */
|
||||
|
||||
Reference in New Issue
Block a user