forked from extern/egroupware
infolog - less
add - delete + positioning icons
This commit is contained in:
parent
f806bee109
commit
013062aa00
@ -221,19 +221,31 @@ tr.dialogOperators td,
|
|||||||
transition: all 0.5s linear;
|
transition: all 0.5s linear;
|
||||||
-webkit-transition: all 0.5s linear;
|
-webkit-transition: all 0.5s linear;
|
||||||
/* Safari */
|
/* Safari */
|
||||||
/*Text ""hinzufügen" "*/
|
/* &:before {
|
||||||
/*MouseOver*/
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:before {
|
|
||||||
content: "+";
|
content: "+";
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #ffc200;
|
color: @egw_color_1_a;
|
||||||
line-height: 1px;
|
line-height: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
text-shadow: 1px 1px 2px #000;
|
text-shadow: 1px 1px 2px #000;*/
|
||||||
/*.Complete_Button_Icon_normal;*/
|
/*.Complete_Button_Icon_normal;*/
|
||||||
/*.dimension_width_height_sm;*/
|
/*.dimension_width_height_sm;*/
|
||||||
|
/*}*/
|
||||||
|
/*Text ""hinzufügen" "*/
|
||||||
|
/*MouseOver*/
|
||||||
|
/* &:hover {
|
||||||
|
.box_shadow_standard_light_hover;
|
||||||
|
background-color: fade(@egw_color_2_a, 80%) !important;
|
||||||
|
.border_radius_button_lefttop;
|
||||||
|
.dimension_height_sm;
|
||||||
|
|
||||||
|
&:before {content: ""; font-size: 1em;padding-left: 5px;}
|
||||||
|
|
||||||
|
Text
|
||||||
|
span {visibility: hidden; display: none;};
|
||||||
|
img {.scale; margin: 0 5px; background: @gray_0;}
|
||||||
|
}*/
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget span {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget span {
|
||||||
display: none;
|
display: none;
|
||||||
@ -264,6 +276,7 @@ tr.dialogOperators td,
|
|||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
background-color: #189800;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget img:active {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget img:active {
|
||||||
/*.background_color_30_gray;*/
|
/*.background_color_30_gray;*/
|
||||||
@ -279,30 +292,6 @@ tr.dialogOperators td,
|
|||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget img:last-child {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget img:last-child {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover {
|
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
||||||
background-color: rgba(12, 93, 165, 0.8) !important;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-webkit-border-top-left-radius: 10px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 10px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 10px;
|
|
||||||
height: 20px;
|
|
||||||
/*Text*/
|
|
||||||
/*img {.scale; margin: 0 5px; background: @gray_0;}*/
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover:before {
|
|
||||||
content: "";
|
|
||||||
font-size: 1em;
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover span {
|
|
||||||
visibility: hidden;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
|
#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
|
||||||
margin-top: 1.5%;
|
margin-top: 1.5%;
|
||||||
}
|
}
|
||||||
|
@ -150,17 +150,17 @@ div.et2_box_widget{
|
|||||||
transition: all 0.5s linear;
|
transition: all 0.5s linear;
|
||||||
-webkit-transition: all 0.5s linear; /* Safari */
|
-webkit-transition: all 0.5s linear; /* Safari */
|
||||||
|
|
||||||
&:before {
|
/* &:before {
|
||||||
content: "+";
|
content: "+";
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: @egw_color_1_a;
|
color: @egw_color_1_a;
|
||||||
line-height: 1px;
|
line-height: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
text-shadow: 1px 1px 2px #000;
|
text-shadow: 1px 1px 2px #000;*/
|
||||||
/*.Complete_Button_Icon_normal;*/
|
/*.Complete_Button_Icon_normal;*/
|
||||||
/*.dimension_width_height_sm;*/
|
/*.dimension_width_height_sm;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
/*Text ""hinzufügen" "*/
|
/*Text ""hinzufügen" "*/
|
||||||
span {display: none;}
|
span {display: none;}
|
||||||
@ -177,9 +177,9 @@ div.et2_box_widget{
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
|
|
||||||
&:hover{.Complete_Button_Icon_hover ;}
|
&:hover{.Complete_Button_Icon_hover ; background-color: @color_positive_action;}
|
||||||
|
|
||||||
&:active { .Complete_Button_Icon_active ;}
|
&:active { .Complete_Button_Icon_active ; background-color: @color_positive_action_active;}
|
||||||
}
|
}
|
||||||
|
|
||||||
img:last-child {margin-right: 5px;};
|
img:last-child {margin-right: 5px;};
|
||||||
@ -187,7 +187,7 @@ div.et2_box_widget{
|
|||||||
|
|
||||||
|
|
||||||
/*MouseOver*/
|
/*MouseOver*/
|
||||||
&:hover {
|
/* &:hover {
|
||||||
.box_shadow_standard_light_hover;
|
.box_shadow_standard_light_hover;
|
||||||
background-color: fade(@egw_color_2_a, 80%) !important;
|
background-color: fade(@egw_color_2_a, 80%) !important;
|
||||||
.border_radius_button_lefttop;
|
.border_radius_button_lefttop;
|
||||||
@ -195,10 +195,10 @@ div.et2_box_widget{
|
|||||||
|
|
||||||
&:before {content: ""; font-size: 1em;padding-left: 5px;}
|
&:before {content: ""; font-size: 1em;padding-left: 5px;}
|
||||||
|
|
||||||
/*Text*/
|
Text
|
||||||
span {visibility: hidden; display: none;};
|
span {visibility: hidden; display: none;};
|
||||||
/*img {.scale; margin: 0 5px; background: @gray_0;}*/
|
img {.scale; margin: 0 5px; background: @gray_0;}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}// END BOX WIDGET
|
}// END BOX WIDGET
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user