pixelegg changes from Tuesday

This commit is contained in:
Ralf Becker 2014-02-05 07:43:53 +00:00
parent c11df6e2b3
commit bebecf9467
5 changed files with 63 additions and 15 deletions

View File

@ -1707,11 +1707,8 @@ div#egwpopup_message {
background-color: #f0f0f0;
color: #408dd2;
width: 80%;
}
.egw_fw_ui_app_header_container .egw_fw_ui_app_header:before {
content: "! ";
color: #ffc200;
font-size: 1em;
height: 15px;
/*&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }*/
}
.colselection.ui-widget-content {
width: 33%;
@ -3068,7 +3065,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
@ -4101,7 +4098,35 @@ table.nextmatch_header img {
top: -5px;
}
#egw_fw_topmenu_info_items img#topmenu_info_error {
position: fixed;
top: 14px;
right: 0px;
width: 16px;
height: 16px;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
padding: 0.5em;
top: 5px;
right: 45px;
z-index: 200;
background-color: red;
}
#egw_fw_topmenu_info_items img#topmenu_info_error: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);
}
#egw_fw_topmenu_info_items img#topmenu_info_error:active {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_info_items img#topmenu_info_error:focus {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
/* ################################################################################################################
* Sidebar
@ -4422,7 +4447,7 @@ table.nextmatch_header img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
@ -4761,7 +4786,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
@ -4860,7 +4885,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */

View File

@ -87,18 +87,19 @@
.dimension_width_height_l;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: 0.5em;
background-color: @egw_color_2_a !important;
padding: -0.5em;
background-color: @egw_color_2_e !important;
&:before {
content: "+";
content: "";
font-size: 2em;
color: @egw_color_1_a;
line-height: 0.6em;
padding-left: 0.1em;
padding-right: 4em;
}
&:active {background-color: @color_positive_action_active;}
}

View File

@ -355,7 +355,7 @@
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */

View File

@ -13,6 +13,7 @@
*/
@import (reference) "def_design_pattern_color_font_shadow.less";
@import (reference) "def_buttons.less";
//@import "def_buttons.less";
@ -82,8 +83,9 @@
.background_color_10_gray;
color: @egw_color_2_d;
width: 80%;
height: 15px;
&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }
/*&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }*/
}

View File

@ -433,6 +433,7 @@
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
}
// Country switch
select#quick_add_selectbox {
visibility: hidden;
@ -446,8 +447,27 @@
}
// JS ERROR
img#topmenu_info_error{
.dimension_height_s;
position: fixed;
top: 14px;
right: 0px;
.Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
padding: 0.5em;
top: 5px;
right: 45px;
z-index: 200;
&:hover {.box_shadow_standard_light_hover;}
&:active {.Complete_Button_active;}
&:focus {.box_shadow_standard_light_inset;}
background-color: red;
}