mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 16:00:45 +01:00
Fix register button in webauthn's tab not visible
This commit is contained in:
parent
fdfa15a760
commit
8ae00eaf81
@ -148,3 +148,12 @@ tr.prefRow > td textarea.prefValue {
|
||||
div#preferences-settings_tabs {
|
||||
margin-bottom: 65px;
|
||||
}
|
||||
/* tablets and smartphones */
|
||||
@media all {
|
||||
body .popupMainDiv .et2_button_text.plus_button,
|
||||
body .popupMainDiv .et2_button_with_image.plus_button {
|
||||
background-color: #0c5da5 !important;
|
||||
height: 60px !important;
|
||||
background-position: center !important;
|
||||
}
|
||||
}
|
||||
|
@ -35,3 +35,15 @@ tr.prefRow > td {
|
||||
div#preferences-settings_tabs {
|
||||
margin-bottom: 65px;
|
||||
}
|
||||
/* tablets and smartphones */
|
||||
@media all {
|
||||
body {
|
||||
.popupMainDiv {
|
||||
.et2_button_text.plus_button, .et2_button_with_image.plus_button {
|
||||
background-color: #0c5da5 !important;
|
||||
height: 60px !important;
|
||||
background-position: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user