pixelegg changes from monday

This commit is contained in:
Ralf Becker 2013-12-10 07:51:51 +00:00
parent 852e98f740
commit 9741f1c7d5
4 changed files with 6 additions and 25 deletions

View File

@ -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*/

View File

@ -64,5 +64,7 @@
@import "../less/print.less";
//
//
//

View File

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

View File

@ -804,7 +804,7 @@ a.textSidebox
button{
.Complete_Button_normal;
&:hover{ background-color: @gray-30;}
&:hover{ background-color: @gray-30; color: @gray-90;}
}
/* #####################################################*/