mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
pixelegg changes from yesterday
This commit is contained in:
parent
d534e34e39
commit
4e55611cab
@ -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);
|
||||
|
@ -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;}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -69,7 +69,7 @@ textarea {
|
||||
input {
|
||||
|
||||
.Complete_Button_input;
|
||||
|
||||
.basefontfamily !important;
|
||||
&:hover{.Complete_Button_input_hover;}
|
||||
&:focus{.Complete_Button_input_focus;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user