pixelegg changes from yesterday

This commit is contained in:
Ralf Becker 2013-11-30 06:20:37 +00:00
parent d534e34e39
commit 4e55611cab
4 changed files with 8 additions and 4 deletions

View File

@ -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);

View File

@ -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;}

View File

@ -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;
}

View File

@ -69,7 +69,7 @@ textarea {
input {
.Complete_Button_input;
.basefontfamily !important;
&:hover{.Complete_Button_input_hover;}
&:focus{.Complete_Button_input_focus;}