diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index de256f8f13..58d6614e4a 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -671,12 +671,12 @@ ul.et2_link_string { border-radius: 3px; } .et2_tabheader { - background-color: #cdcdcd; background-position: bottom; background-repeat: repeat-x; padding-left: 0em; border-bottom: 1px solid #bfbfbf; margin: 0 2px; + background-image: none; } .et2_tabheader :first-child { margin-left: 0.3em; @@ -2178,6 +2178,7 @@ input { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; + font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important; } input:hover { -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); diff --git a/pixelegg/less/def_design_pattern_color_font_shadow.less b/pixelegg/less/def_design_pattern_color_font_shadow.less index d810c95672..ead8281fd4 100755 --- a/pixelegg/less/def_design_pattern_color_font_shadow.less +++ b/pixelegg/less/def_design_pattern_color_font_shadow.less @@ -75,6 +75,7 @@ .color-0-gray { color : lighten(@gray, 100%);} // white + .color-5-gray { color : lighten(@gray, 95%);} .color-10-gray { color : lighten(@gray, 90%);} .color-15-gray { color : lighten(@gray, 85%);} @@ -133,9 +134,11 @@ // Search Button + .background-color-search {background-color : lighten(@egw_color_1, 15%); } // cal Heute + .background-table-cal-head { background-color : @egw_color_1_a;} diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 50609cd35c..4f0f243419 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -728,13 +728,13 @@ ul.et2_link_string { .et2_tabheader { - background-color: @gray-20; +// background-color: @gray-20; background-position: bottom; background-repeat: repeat-x; padding-left: 0em; border-bottom: 1px solid #bfbfbf; margin: 0 2px; - + background-image: none; :first-child { margin-left: 0.3em; } diff --git a/pixelegg/less/layout_content_elements.less b/pixelegg/less/layout_content_elements.less index c05479f8cd..6885bf1886 100755 --- a/pixelegg/less/layout_content_elements.less +++ b/pixelegg/less/layout_content_elements.less @@ -69,7 +69,7 @@ textarea { input { .Complete_Button_input; - + .basefontfamily !important; &:hover{.Complete_Button_input_hover;} &:focus{.Complete_Button_input_focus;}