mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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;
|
||||
}
|
||||
/*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 {
|
||||
border: none;
|
||||
background: transparent;
|
||||
@ -1335,7 +1322,7 @@ input[type=button] {
|
||||
}
|
||||
button.et2_button_text:hover,
|
||||
input[type=button]:hover {
|
||||
color: #ffffff;
|
||||
color: #1e1e1e;
|
||||
border: 1px solid #cdcdcd;
|
||||
background-color: #b4b4b4;
|
||||
}
|
||||
@ -3976,6 +3963,7 @@ button {
|
||||
}
|
||||
button:hover {
|
||||
background-color: #b4b4b4;
|
||||
color: #1e1e1e;
|
||||
}
|
||||
/* #####################################################*/
|
||||
/*Button löschen*/
|
||||
|
@ -64,5 +64,7 @@
|
||||
@import "../less/print.less";
|
||||
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
//
|
@ -182,16 +182,7 @@ a.et2_url.url {
|
||||
|
||||
/*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;*/
|
||||
}
|
||||
|
||||
|
||||
@ -204,7 +195,7 @@ a.et2_url.url {
|
||||
height: 16px;
|
||||
}
|
||||
button.et2_button_text:hover, input[type=button]:hover {
|
||||
color: @gray-0;
|
||||
color: @gray-90;
|
||||
border: 1px solid @gray-20;
|
||||
background-color: @gray-30;
|
||||
}
|
||||
|
@ -804,7 +804,7 @@ a.textSidebox
|
||||
button{
|
||||
.Complete_Button_normal;
|
||||
|
||||
&:hover{ background-color: @gray-30;}
|
||||
&:hover{ background-color: @gray-30; color: @gray-90;}
|
||||
}
|
||||
|
||||
/* #####################################################*/
|
||||
|
Loading…
Reference in New Issue
Block a user