pixelegg changes from today

This commit is contained in:
Ralf Becker 2014-02-20 19:42:42 +00:00
parent 4144cd8f9c
commit e8e20a733a
9 changed files with 31 additions and 30 deletions

View File

@ -347,7 +347,7 @@
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
min-width: 76px;
min-width: 73px;
}
.et2_tabflag:hover {
color: #f2f2f2;
@ -387,7 +387,7 @@
background-image: none;
}
.et2_tabheader :first-child {
margin-left: 0.3em;
margin-left: 1px;
}
/**
* Validation
@ -767,6 +767,10 @@
background-color: #ffffff;
background-image: none;
}
.et2_dropdown button img {
width: 12px;
height: 12px;
}
.et2_dropdown button > div {
vertical-align: middle;
}
@ -781,20 +785,23 @@
.et2_dropdown button.ui-state-default {
background-image: none !important;
background-repeat: no-repeat !important;
/*&:hover {.Complete_Button_save_apply_copy;}*/
}
.et2_dropdown button.ui-corner-left img,
.et2_dropdown button.ui-state-default img {
width: 16px;
height: 16px;
width: 12px;
height: 12px;
text-align: left;
position: relative;
right: 1px;
top: 3px;
}
.et2_dropdown button.ui-corner-left:active,
.et2_dropdown button.ui-state-default:active {
background-color: #1aa200;
}
.et2_dropdown button.ui-state-hover {
background-color: #b4b4b4 !important;
background-size: 16px 16px !important;
background-position: 10px center !important;
background-color: #e6e6e6;
}
.sidebox-favorites ul.favorites {
width: 99%;
@ -2708,6 +2715,7 @@ button.et2_button_with_image {
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
background-color: #b4b4b4;
padding-left: 30px !important;
background-position: 6px center !important;
background-size: 20px auto !important;
@ -2716,7 +2724,7 @@ button.et2_button_with_image {
background-repeat: no-repeat !important;
background-position: 6px center;
background-size: 20px 20px;
background-color: #b4b4b4;
background-color: #e6e6e6;
}
button.et2_button_with_image background-color[url$="svg"] {
background-color: #b4b4b4;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 876 B

BIN
pixelegg/images/view.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -171,7 +171,7 @@ egw_LAB.wait(function() {
if (ev.relatedTarget && ev.relatedTarget.id != 'quick_add_selectbox')
{
$j(this).css({
transition: "0.2s ease-out 0s",
transition: "0.6s ease-out 0s",
width: "16px",
'border-top-left-radius': "0px",
'background-color': "transparent"

View File

@ -251,7 +251,7 @@ div.et2_link_entry{
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
min-width: 76px;
min-width: 73px;
&:hover {
.color_5_gray;
.background_color_25_gray;
@ -294,7 +294,7 @@ div.et2_link_entry{
margin: 0 2px;
background-image: none;
:first-child {
margin-left: 0.3em;
margin-left: 1px;
}
}
@ -603,6 +603,9 @@ hr {
background-image: none;
// width: 50px;
// Filter img
img{.dimension_width_height_xs;}
}
button > div {
vertical-align: middle;
@ -623,36 +626,26 @@ hr {
// background-size: 10px 10px;
img {
.dimension_width_height_s;
.dimension_width_height_xs;
text-align: left;
position: relative;
right: 1px;
top: 3px;
}
}
/*&:hover {.Complete_Button_save_apply_copy;}*/
&:active {background-color: @color_positive_action_active;}
}
/*right Button*/
button.ui-corner-right {
// background-image: url("../images/fav_filter_normal.png");
// background-repeat: no-repeat !important;
// background-size: 10px 10px;
}
button.ui-corner-right {}
/* hover */
button.ui-state-hover {
background-color: @gray_30 !important;
// background-image: url("../images/fav_filter_normal.png") !important;
// background-repeat: no-repeat !important;
background-size: 16px 16px !important;
background-position: 10px center !important;
}
button.ui-state-hover { background-color: @gray_10; }
button.ui-state-hover > img {
// position: absolute;
// top: 70000px;
}
button.ui-state-hover > img {}

View File

@ -945,7 +945,7 @@ button.et2_button_with_image{
background-repeat: no-repeat !important;
background-position: 6px center;
background-size: 20px 20px;
background-color: @gray_30;
background-color: @gray_10;
background-color[url$="svg"]{.gradient_vertical (@gray_30, @gray_30);}
}