mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Fix slideSwitch height
This commit is contained in:
parent
8588e08692
commit
f7ccce8975
@ -1691,15 +1691,15 @@ span.et2_checkbox_slideSwitch {
|
||||
vertical-align: middle;
|
||||
}
|
||||
span.et2_checkbox_slideSwitch > span.slideSwitch_container {
|
||||
height: 18px;
|
||||
border: none;
|
||||
background-color: #FFFFFF;
|
||||
height: 16px;
|
||||
border: 1px solid silver;
|
||||
background-color: #FFF;
|
||||
box-shadow: inset 0 2px 6px rgb(71, 71, 71), 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
margin: 0;
|
||||
margin: 0px;
|
||||
min-width: 44px;
|
||||
display: block;
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
border-radius: 2px;
|
||||
padding: 3px 0px 3px 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
@ -1742,13 +1742,14 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container a {
|
||||
z-index: 4;
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 95%;
|
||||
height: 100%;
|
||||
padding-bottom: 0px;
|
||||
background-color: #7B7B7B;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: all 0.5s ease-out;
|
||||
-moz-transition: all 0.5s ease-out;
|
||||
transition: all 0.5s ease-out;
|
||||
box-shadow: grey -1px 0px 3px 0px;
|
||||
}
|
||||
span.et2_checkbox_slideSwitch > input {
|
||||
opacity: 0;
|
||||
@ -1762,9 +1763,10 @@ span.et2_checkbox_slideSwitch.switchOn > span.slideSwitch_container a {
|
||||
}
|
||||
/* Slide switch in a toolbar */
|
||||
.et2_toolbar_actionlist span.et2_checkbox_slideSwitch {
|
||||
padding-right: 3px;
|
||||
padding-left: 1px;
|
||||
vertical-align: bottom;
|
||||
margin: 1px;
|
||||
margin-right: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.et2_toolbar_more span.et2_checkbox_slideSwitch {
|
||||
text-align: left;
|
||||
|
Loading…
Reference in New Issue
Block a user