mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix selectcols padding and letter search style
This commit is contained in:
parent
582231ecfc
commit
882d56f8ce
@ -3406,13 +3406,8 @@ h6 {
|
||||
* @version $Id$
|
||||
*/
|
||||
.lettersearch {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -3421,13 +3416,8 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background-color: #b3b3b3 !important;
|
||||
@ -5538,12 +5528,13 @@ table.egwGridView_outer thead tr th.optcol:hover {
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||
height: 9px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
padding: 4px 14px 0px 2px;
|
||||
margin-top: 4px;
|
||||
background-image: url(../images/selectcols.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
display: inline-block;
|
||||
background-position: top;
|
||||
}
|
||||
table.egwGridView_outer > tbody > tr {
|
||||
/*Elements inside td*/
|
||||
|
@ -3395,13 +3395,8 @@ h6 {
|
||||
* @version $Id$
|
||||
*/
|
||||
.lettersearch {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -3410,13 +3405,8 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background-color: #b3b3b3 !important;
|
||||
@ -5527,12 +5517,13 @@ table.egwGridView_outer thead tr th.optcol:hover {
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||
height: 9px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
padding: 4px 14px 0px 2px;
|
||||
margin-top: 4px;
|
||||
background-image: url(../images/selectcols.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
display: inline-block;
|
||||
background-position: top;
|
||||
}
|
||||
table.egwGridView_outer > tbody > tr {
|
||||
/*Elements inside td*/
|
||||
|
@ -3406,13 +3406,8 @@ h6 {
|
||||
* @version $Id$
|
||||
*/
|
||||
.lettersearch {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -3421,13 +3416,8 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background-color: #b3b3b3 !important;
|
||||
@ -5538,12 +5528,13 @@ table.egwGridView_outer thead tr th.optcol:hover {
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||
height: 9px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
padding: 4px 14px 0px 2px;
|
||||
margin-top: 4px;
|
||||
background-image: url(../images/selectcols.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
display: inline-block;
|
||||
background-position: top;
|
||||
}
|
||||
table.egwGridView_outer > tbody > tr {
|
||||
/*Elements inside td*/
|
||||
|
@ -262,9 +262,8 @@
|
||||
// Buchstaben
|
||||
|
||||
.Complete_Button_lettersearch{
|
||||
.border_radius_button_normal;
|
||||
.box_shadow_standard_light;
|
||||
.border_normal;
|
||||
border: 1px solid @gray_30;
|
||||
background: #f8f8f8;
|
||||
// border: 1px solid #D3DCE3;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
@ -121,12 +121,13 @@ table.egwGridView_outer{
|
||||
|
||||
span.selectcols {
|
||||
height: 9px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
padding: 4px 14px 0px 2px;
|
||||
margin-top: 4px;
|
||||
background-image: url(../images/selectcols.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
display: inline-block;
|
||||
background-position: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3417,13 +3417,8 @@ h6 {
|
||||
* @version $Id$
|
||||
*/
|
||||
.lettersearch {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -3432,13 +3427,8 @@ h6 {
|
||||
color: #ffffff;
|
||||
}
|
||||
.lettersearch_active {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid #B4B4B4;
|
||||
background: #f8f8f8;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background-color: #b3b3b3 !important;
|
||||
@ -5549,12 +5539,13 @@ table.egwGridView_outer thead tr th.optcol:hover {
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||
height: 9px;
|
||||
padding: 4px 10px 0px 2px;
|
||||
padding: 4px 14px 0px 2px;
|
||||
margin-top: 4px;
|
||||
background-image: url(../images/selectcols.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
display: inline-block;
|
||||
background-position: top;
|
||||
}
|
||||
table.egwGridView_outer > tbody > tr {
|
||||
/*Elements inside td*/
|
||||
|
Loading…
Reference in New Issue
Block a user