forked from extern/egroupware
pixelegg changes from yesterday
This commit is contained in:
parent
d534e34e39
commit
4e55611cab
@ -671,12 +671,12 @@ ul.et2_link_string {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.et2_tabheader {
|
.et2_tabheader {
|
||||||
background-color: #cdcdcd;
|
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
padding-left: 0em;
|
padding-left: 0em;
|
||||||
border-bottom: 1px solid #bfbfbf;
|
border-bottom: 1px solid #bfbfbf;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
.et2_tabheader :first-child {
|
.et2_tabheader :first-child {
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
@ -2178,6 +2178,7 @@ input {
|
|||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
|
||||||
}
|
}
|
||||||
input:hover {
|
input:hover {
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
@ -75,6 +75,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.color-0-gray { color : lighten(@gray, 100%);} // white
|
.color-0-gray { color : lighten(@gray, 100%);} // white
|
||||||
|
|
||||||
.color-5-gray { color : lighten(@gray, 95%);}
|
.color-5-gray { color : lighten(@gray, 95%);}
|
||||||
.color-10-gray { color : lighten(@gray, 90%);}
|
.color-10-gray { color : lighten(@gray, 90%);}
|
||||||
.color-15-gray { color : lighten(@gray, 85%);}
|
.color-15-gray { color : lighten(@gray, 85%);}
|
||||||
@ -133,9 +134,11 @@
|
|||||||
|
|
||||||
|
|
||||||
// Search Button
|
// Search Button
|
||||||
|
|
||||||
.background-color-search {background-color : lighten(@egw_color_1, 15%); }
|
.background-color-search {background-color : lighten(@egw_color_1, 15%); }
|
||||||
|
|
||||||
// cal Heute
|
// cal Heute
|
||||||
|
|
||||||
.background-table-cal-head { background-color : @egw_color_1_a;}
|
.background-table-cal-head { background-color : @egw_color_1_a;}
|
||||||
|
|
||||||
|
|
||||||
|
@ -728,13 +728,13 @@ ul.et2_link_string {
|
|||||||
|
|
||||||
|
|
||||||
.et2_tabheader {
|
.et2_tabheader {
|
||||||
background-color: @gray-20;
|
// background-color: @gray-20;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
padding-left: 0em;
|
padding-left: 0em;
|
||||||
border-bottom: 1px solid #bfbfbf;
|
border-bottom: 1px solid #bfbfbf;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
background-image: none;
|
||||||
:first-child {
|
:first-child {
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ textarea {
|
|||||||
input {
|
input {
|
||||||
|
|
||||||
.Complete_Button_input;
|
.Complete_Button_input;
|
||||||
|
.basefontfamily !important;
|
||||||
&:hover{.Complete_Button_input_hover;}
|
&:hover{.Complete_Button_input_hover;}
|
||||||
&:focus{.Complete_Button_input_focus;}
|
&:focus{.Complete_Button_input_focus;}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user