mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
pixelegg changes from monday
This commit is contained in:
parent
852e98f740
commit
9741f1c7d5
@ -1314,19 +1314,6 @@ a.et2_url.url {
|
|||||||
text-shadow: 1px 1px #E0E0E0;
|
text-shadow: 1px 1px #E0E0E0;
|
||||||
}
|
}
|
||||||
/*in Nextmatch definiert*/
|
/*in Nextmatch definiert*/
|
||||||
.et2_button_text,
|
|
||||||
input[type=button] {
|
|
||||||
/* background-color: #E0E0E0;
|
|
||||||
background-image: url(images/gradient01.png);
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
|
|
||||||
margin: 5px;
|
|
||||||
padding: 3px;
|
|
||||||
|
|
||||||
border: 1px solid silver;
|
|
||||||
color: #101010;*/
|
|
||||||
}
|
|
||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -1335,7 +1322,7 @@ input[type=button] {
|
|||||||
}
|
}
|
||||||
button.et2_button_text:hover,
|
button.et2_button_text:hover,
|
||||||
input[type=button]:hover {
|
input[type=button]:hover {
|
||||||
color: #ffffff;
|
color: #1e1e1e;
|
||||||
border: 1px solid #cdcdcd;
|
border: 1px solid #cdcdcd;
|
||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
}
|
}
|
||||||
@ -3976,6 +3963,7 @@ button {
|
|||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
|
color: #1e1e1e;
|
||||||
}
|
}
|
||||||
/* #####################################################*/
|
/* #####################################################*/
|
||||||
/*Button löschen*/
|
/*Button löschen*/
|
||||||
|
@ -64,5 +64,7 @@
|
|||||||
@import "../less/print.less";
|
@import "../less/print.less";
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
@ -182,16 +182,7 @@ a.et2_url.url {
|
|||||||
|
|
||||||
/*in Nextmatch definiert*/
|
/*in Nextmatch definiert*/
|
||||||
.et2_button_text, input[type=button] {
|
.et2_button_text, input[type=button] {
|
||||||
/* background-color: #E0E0E0;
|
|
||||||
background-image: url(images/gradient01.png);
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
|
|
||||||
margin: 5px;
|
|
||||||
padding: 3px;
|
|
||||||
|
|
||||||
border: 1px solid silver;
|
|
||||||
color: #101010;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -204,7 +195,7 @@ a.et2_url.url {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:hover, input[type=button]:hover {
|
button.et2_button_text:hover, input[type=button]:hover {
|
||||||
color: @gray-0;
|
color: @gray-90;
|
||||||
border: 1px solid @gray-20;
|
border: 1px solid @gray-20;
|
||||||
background-color: @gray-30;
|
background-color: @gray-30;
|
||||||
}
|
}
|
||||||
|
@ -804,7 +804,7 @@ a.textSidebox
|
|||||||
button{
|
button{
|
||||||
.Complete_Button_normal;
|
.Complete_Button_normal;
|
||||||
|
|
||||||
&:hover{ background-color: @gray-30;}
|
&:hover{ background-color: @gray-30; color: @gray-90;}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #####################################################*/
|
/* #####################################################*/
|
||||||
|
Loading…
Reference in New Issue
Block a user