diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 640564bc53..01dd060a38 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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*/ diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 15891cd445..9ae5092d07 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -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*/ diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 7313ecdff7..221a89bdde 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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*/ diff --git a/pixelegg/less/def_buttons.less b/pixelegg/less/def_buttons.less index f27e2b67c6..11630db52b 100755 --- a/pixelegg/less/def_buttons.less +++ b/pixelegg/less/def_buttons.less @@ -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; diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 423fcb527c..663ee4e8d6 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -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; } } } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index f859b88a52..759f6634a7 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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*/