mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix touch area for no_notification switch
This commit is contained in:
parent
1bae5f991f
commit
92c358f6f6
@ -8230,6 +8230,10 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
body .et2_checkbox_slideSwitch.notification_check input {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
body .cke_inner .cke_toolbox .cke_toolbox_main {
|
||||
height: 30px;
|
||||
white-space: nowrap;
|
||||
|
@ -1366,7 +1366,7 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
input {width: 100% !important;height:100% !important;}
|
||||
}
|
||||
/*************** CKEDITOR **************/
|
||||
/***************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user