mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Domain Settings: Integrate copy and toggle functions.
This commit is contained in:
@@ -639,6 +639,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
|
||||
button.btn-icon {
|
||||
margin: 0 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* control icons (define after the default bootstrap btn-default class) */
|
||||
@@ -932,16 +933,27 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
a {
|
||||
a,
|
||||
button.btn.btn-link {
|
||||
color: <?php echo ($_SESSION['theme']['text_link_color']['text'] != '') ? $_SESSION['theme']['text_link_color']['text'] : '#004083'; ?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover,
|
||||
button.btn.btn-link:hover {
|
||||
color: <?php echo ($_SESSION['theme']['text_link_color_hover']['text'] != '') ? $_SESSION['theme']['text_link_color_hover']['text'] : '#5082ca'; ?>;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
button.btn.btn-link {
|
||||
margin: 0;
|
||||
margin-top: -2px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user