mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix register button in webauthn's tab not visible
This commit is contained in:
parent
87a0f0135f
commit
a9e27d7128
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,16 @@ 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