mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
pixelegg changes from this morning
This commit is contained in:
parent
bebecf9467
commit
e12ba6c74e
@ -3956,7 +3956,7 @@ table.nextmatch_header img {
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 5px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
#egw_fw_logout:hover {
|
#egw_fw_logout:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
@ -3992,7 +3992,7 @@ table.nextmatch_header img {
|
|||||||
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;
|
padding: 0.5em;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 45px;
|
right: 56px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
#egw_fw_print:hover {
|
#egw_fw_print:hover {
|
||||||
@ -4036,6 +4036,10 @@ table.nextmatch_header img {
|
|||||||
/*current user info*/
|
/*current user info*/
|
||||||
/*time zone*/
|
/*time zone*/
|
||||||
/*quick*/
|
/*quick*/
|
||||||
|
/* Firefox */
|
||||||
|
/* Webkit */
|
||||||
|
/* IE */
|
||||||
|
/* Opera and prob css3 final iteration */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items .topmenu_info_item {
|
#egw_fw_topmenu_info_items .topmenu_info_item {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@ -4078,7 +4082,7 @@ table.nextmatch_header img {
|
|||||||
float: right;
|
float: right;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 83px;
|
right: 96px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -4098,20 +4102,33 @@ table.nextmatch_header img {
|
|||||||
top: -5px;
|
top: -5px;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 14px;
|
/*.Button_size_square_16;*/
|
||||||
right: 0px;
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||||
-moz-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);
|
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||||
padding: 0.5em;
|
padding: 7px 4px;
|
||||||
top: 5px;
|
top: 6px;
|
||||||
right: 45px;
|
right: 0px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
background-color: red;
|
background-color: #ff0000;
|
||||||
|
-moz-transition: all 1s ease-in-out;
|
||||||
|
-webkit-transition: all 1s ease-in-out;
|
||||||
|
-o-transition: all 1s ease-in-out;
|
||||||
|
-ms-transition: all 1s ease-in-out;
|
||||||
|
transition: all 1s ease-in-out;
|
||||||
|
/* order: name, direction, duration, iteration-count, timing-function */
|
||||||
|
-moz-animation: blink normal 2s infinite ease-in-out;
|
||||||
|
/* Firefox */
|
||||||
|
-webkit-animation: blink normal 2s infinite ease-in-out;
|
||||||
|
/* Webkit */
|
||||||
|
-ms-animation: blink normal 2s infinite ease-in-out;
|
||||||
|
/* IE */
|
||||||
|
animation: blink normal 2s infinite ease-in-out;
|
||||||
|
/* Opera and prob css3 final iteration */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items img#topmenu_info_error:hover {
|
#egw_fw_topmenu_info_items img#topmenu_info_error:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
@ -4128,6 +4145,50 @@ table.nextmatch_header img {
|
|||||||
-moz-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);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
@-moz-keyframes blink {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes blink {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes blink {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes blink {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
/* ################################################################################################################
|
/* ################################################################################################################
|
||||||
* Sidebar
|
* Sidebar
|
||||||
* ################################################################################################################*/
|
* ################################################################################################################*/
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 594 B |
@ -295,7 +295,7 @@
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 5px;
|
right: 15px;
|
||||||
|
|
||||||
|
|
||||||
&:hover {.box_shadow_standard_light_hover;}
|
&:hover {.box_shadow_standard_light_hover;}
|
||||||
@ -323,7 +323,7 @@
|
|||||||
.box_shadow_standard_light;
|
.box_shadow_standard_light;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 45px;
|
right: 56px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
&:hover {.box_shadow_standard_light_hover;}
|
&:hover {.box_shadow_standard_light_hover;}
|
||||||
&:active {.Complete_Button_active;}
|
&:active {.Complete_Button_active;}
|
||||||
@ -427,7 +427,7 @@
|
|||||||
float: right;
|
float: right;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 83px;
|
right: 96px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
.dimension_width_height_s;
|
.dimension_width_height_s;
|
||||||
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
|
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
|
||||||
@ -450,26 +450,44 @@
|
|||||||
|
|
||||||
// JS ERROR
|
// JS ERROR
|
||||||
img#topmenu_info_error{
|
img#topmenu_info_error{
|
||||||
.dimension_height_s;
|
.dimension_width_height_xs;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 14px;
|
|
||||||
right: 0px;
|
/*.Button_size_square_16;*/
|
||||||
|
|
||||||
.Button_size_square_16;
|
|
||||||
.border_normal;
|
.border_normal;
|
||||||
.box_shadow_standard_light;
|
.box_shadow_standard_light;
|
||||||
padding: 0.5em;
|
padding: 7px 4px;
|
||||||
top: 5px;
|
top: 6px;
|
||||||
right: 45px;
|
right: 0px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
&:hover {.box_shadow_standard_light_hover;}
|
&:hover {.box_shadow_standard_light_hover;}
|
||||||
&:active {.Complete_Button_active;}
|
&:active {.Complete_Button_active;}
|
||||||
&:focus {.box_shadow_standard_light_inset;}
|
&:focus {.box_shadow_standard_light_inset;}
|
||||||
|
|
||||||
background-color: red;
|
background-color: @color_warning;
|
||||||
|
|
||||||
|
|
||||||
|
//blinking
|
||||||
|
-moz-transition:all 1s ease-in-out;
|
||||||
|
-webkit-transition:all 1s ease-in-out;
|
||||||
|
-o-transition:all 1s ease-in-out;
|
||||||
|
-ms-transition:all 1s ease-in-out;
|
||||||
|
transition:all 1s ease-in-out;
|
||||||
|
/* order: name, direction, duration, iteration-count, timing-function */
|
||||||
|
-moz-animation:blink normal 2s infinite ease-in-out; /* Firefox */
|
||||||
|
-webkit-animation:blink normal 2s infinite ease-in-out; /* Webkit */
|
||||||
|
-ms-animation:blink normal 2s infinite ease-in-out; /* IE */
|
||||||
|
animation:blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
|
||||||
|
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
|
||||||
|
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
|
||||||
|
@keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */
|
||||||
|
|
||||||
}
|
}
|
||||||
// Ende items
|
// Ende items
|
||||||
|
Loading…
x
Reference in New Issue
Block a user