mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +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$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
.lettersearch {
|
.lettersearch {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -3421,13 +3416,8 @@ h6 {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.lettersearch_active {
|
.lettersearch_active {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #b3b3b3 !important;
|
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 {
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
padding: 4px 10px 0px 2px;
|
padding: 4px 14px 0px 2px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-image: url(../images/selectcols.svg);
|
background-image: url(../images/selectcols.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: top;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer > tbody > tr {
|
table.egwGridView_outer > tbody > tr {
|
||||||
/*Elements inside td*/
|
/*Elements inside td*/
|
||||||
|
@ -3395,13 +3395,8 @@ h6 {
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
.lettersearch {
|
.lettersearch {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -3410,13 +3405,8 @@ h6 {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.lettersearch_active {
|
.lettersearch_active {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #b3b3b3 !important;
|
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 {
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
padding: 4px 10px 0px 2px;
|
padding: 4px 14px 0px 2px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-image: url(../images/selectcols.svg);
|
background-image: url(../images/selectcols.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: top;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer > tbody > tr {
|
table.egwGridView_outer > tbody > tr {
|
||||||
/*Elements inside td*/
|
/*Elements inside td*/
|
||||||
|
@ -3406,13 +3406,8 @@ h6 {
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
.lettersearch {
|
.lettersearch {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -3421,13 +3416,8 @@ h6 {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.lettersearch_active {
|
.lettersearch_active {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #b3b3b3 !important;
|
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 {
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
padding: 4px 10px 0px 2px;
|
padding: 4px 14px 0px 2px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-image: url(../images/selectcols.svg);
|
background-image: url(../images/selectcols.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: top;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer > tbody > tr {
|
table.egwGridView_outer > tbody > tr {
|
||||||
/*Elements inside td*/
|
/*Elements inside td*/
|
||||||
|
@ -262,9 +262,8 @@
|
|||||||
// Buchstaben
|
// Buchstaben
|
||||||
|
|
||||||
.Complete_Button_lettersearch{
|
.Complete_Button_lettersearch{
|
||||||
.border_radius_button_normal;
|
border: 1px solid @gray_30;
|
||||||
.box_shadow_standard_light;
|
background: #f8f8f8;
|
||||||
.border_normal;
|
|
||||||
// border: 1px solid #D3DCE3;
|
// border: 1px solid #D3DCE3;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -121,12 +121,13 @@ table.egwGridView_outer{
|
|||||||
|
|
||||||
span.selectcols {
|
span.selectcols {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
padding: 4px 10px 0px 2px;
|
padding: 4px 14px 0px 2px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-image: url(../images/selectcols.svg);
|
background-image: url(../images/selectcols.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3417,13 +3417,8 @@ h6 {
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
.lettersearch {
|
.lettersearch {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -3432,13 +3427,8 @@ h6 {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.lettersearch_active {
|
.lettersearch_active {
|
||||||
-webkit-border-radius: 3px;
|
border: 1px solid #B4B4B4;
|
||||||
-moz-border-radius: 3px;
|
background: #f8f8f8;
|
||||||
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);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #b3b3b3 !important;
|
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 {
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
padding: 4px 10px 0px 2px;
|
padding: 4px 14px 0px 2px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-image: url(../images/selectcols.svg);
|
background-image: url(../images/selectcols.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 10px 10px;
|
background-size: 10px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
background-position: top;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer > tbody > tr {
|
table.egwGridView_outer > tbody > tr {
|
||||||
/*Elements inside td*/
|
/*Elements inside td*/
|
||||||
|
Loading…
Reference in New Issue
Block a user