forked from extern/egroupware
WIP toggle sidebar menu:
- Add refresh icon to active header - Fix wrong indentations
This commit is contained in:
parent
6b791ec80e
commit
6010115714
@ -1283,7 +1283,7 @@ egw_fw_ui_toggleSidebar.prototype.onToggle = function(_callbackContext)
|
||||
*/
|
||||
egw_fw_ui_toggleSidebar.prototype.set_toggle = function (_state, _toggleCallback, _context)
|
||||
{
|
||||
this.contDiv.toggleClass('egw_fw_sidebar_toggleOn',_state === 'on'?true:false);
|
||||
_context.splitterUi.set_disable(_state === 'on'?true:false);
|
||||
_toggleCallback.call(_context, _state);
|
||||
this.contDiv.toggleClass('egw_fw_sidebar_toggleOn',_state === 'on'?true:false);
|
||||
_context.splitterUi.set_disable(_state === 'on'?true:false);
|
||||
_toggleCallback.call(_context, _state);
|
||||
};
|
@ -4738,6 +4738,14 @@ td.message span.message {
|
||||
font-size: 1.4em;
|
||||
color: #000000;
|
||||
padding-top: .8em;
|
||||
background-image: url(../images/reload.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position-x: 74%;
|
||||
background-position-y: 60%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1:active {
|
||||
background-image: url(../images/ajax-loader.gif) !important;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
@ -4794,7 +4802,8 @@ td.message span.message {
|
||||
height: 16px;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
|
||||
margin-top: -26px;
|
||||
margin-top: -15%;
|
||||
margin-right: 25%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content {
|
||||
display: block;
|
||||
@ -5012,7 +5021,7 @@ td.message span.message {
|
||||
top: -9px;
|
||||
width: 12px;
|
||||
height: 3px;
|
||||
background-color: #b3b3b3;
|
||||
background-color: #606060;
|
||||
backface-visibility: hidden;
|
||||
border-radius: 2px;
|
||||
}
|
||||
@ -5020,7 +5029,7 @@ td.message span.message {
|
||||
top: 9px;
|
||||
transition-duration: 0.7s;
|
||||
transform: rotate(-145deg) translate(8px, 2px);
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn {
|
||||
/* toggler button*/
|
||||
@ -5031,7 +5040,7 @@ td.message span.message {
|
||||
float: none;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler span {
|
||||
background-color: #b3b3b3;
|
||||
background-color: #b4b4b4;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler span:before,
|
||||
@ -5039,15 +5048,16 @@ td.message span.message {
|
||||
transform: none;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
background-color: #b4b4b4;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span:before {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span:after {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_content {
|
||||
display: none !important;
|
||||
|
@ -766,7 +766,7 @@
|
||||
background-size: 120px 120px;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
||||
//###################################
|
||||
//# #
|
||||
//# Mail App specific style #
|
||||
|
@ -4727,6 +4727,14 @@ td.message span.message {
|
||||
font-size: 1.4em;
|
||||
color: #000000;
|
||||
padding-top: .8em;
|
||||
background-image: url(../images/reload.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position-x: 74%;
|
||||
background-position-y: 60%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1:active {
|
||||
background-image: url(../images/ajax-loader.gif) !important;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
@ -4783,7 +4791,8 @@ td.message span.message {
|
||||
height: 16px;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
|
||||
margin-top: -26px;
|
||||
margin-top: -15%;
|
||||
margin-right: 25%;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content {
|
||||
display: block;
|
||||
@ -5001,7 +5010,7 @@ td.message span.message {
|
||||
top: -9px;
|
||||
width: 12px;
|
||||
height: 3px;
|
||||
background-color: #b3b3b3;
|
||||
background-color: #606060;
|
||||
backface-visibility: hidden;
|
||||
border-radius: 2px;
|
||||
}
|
||||
@ -5009,7 +5018,7 @@ td.message span.message {
|
||||
top: 9px;
|
||||
transition-duration: 0.7s;
|
||||
transform: rotate(-145deg) translate(8px, 2px);
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn {
|
||||
/* toggler button*/
|
||||
@ -5020,7 +5029,7 @@ td.message span.message {
|
||||
float: none;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler span {
|
||||
background-color: #b3b3b3;
|
||||
background-color: #b4b4b4;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler span:before,
|
||||
@ -5028,15 +5037,16 @@ td.message span.message {
|
||||
transform: none;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
background-color: #b4b4b4;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span:before {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn #egw_fw_toggler:hover span:after {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
#egw_fw_sidebar .egw_fw_sidebar_toggleOn .egw_fw_ui_sidemenu_entry_content {
|
||||
display: none !important;
|
||||
|
BIN
pixelegg/images/reload.png
Normal file
BIN
pixelegg/images/reload.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@ -120,7 +120,17 @@
|
||||
|
||||
img {padding-left: 9px; padding-top: 6px; height: 18px;}
|
||||
|
||||
h1 {text-transform: uppercase; font-size: 1.4em; .color_100_gray; padding-top: .8em;}
|
||||
h1 {
|
||||
text-transform: uppercase;
|
||||
font-size: 1.4em;
|
||||
.color_100_gray;
|
||||
padding-top: .8em;
|
||||
background-image: url(../images/reload.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
background-position-x: 74%;background-position-y: 60%;
|
||||
&:active {background-image: url(../images/ajax-loader.gif) !important;}
|
||||
}
|
||||
|
||||
&:hover {.box_shadow_standard_light_hover; .border_radius ( 5px, 0px, 0px, 27px );}
|
||||
&:active {.box_shadow_standard_light_active; .border_radius ( 5px, 0px, 0px, 27px );}
|
||||
@ -141,7 +151,7 @@
|
||||
.dimension_width_height_s;
|
||||
}
|
||||
|
||||
.egw_fw_ui_ajaxloader {margin-top: -26px;}
|
||||
.egw_fw_ui_ajaxloader {margin-top: -15%;margin-right: 25%;}
|
||||
|
||||
}
|
||||
|
||||
@ -353,7 +363,7 @@
|
||||
top: -9px;
|
||||
width:12px;
|
||||
height: 3px;
|
||||
background-color: #b3b3b3;
|
||||
background-color: #606060;
|
||||
backface-visibility: hidden;
|
||||
border-radius: 2px;
|
||||
}
|
||||
@ -361,7 +371,7 @@
|
||||
top:9px;
|
||||
transition-duration: 0.7s;
|
||||
transform: rotate(-145deg) translate(8px, 2px);
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
position: relative;
|
||||
display: block;
|
||||
@ -378,22 +388,23 @@
|
||||
margin: 1px auto 4px;
|
||||
float:none;
|
||||
span {
|
||||
background-color: #b3b3b3;
|
||||
background-color: #b4b4b4;
|
||||
transition: all 0.3s;
|
||||
&:before, &:after {
|
||||
transform:none;
|
||||
width:100%;
|
||||
height:5px;
|
||||
background-color: #b4b4b4;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
span {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
&:before {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
&:after {
|
||||
background-color: #b4b4b4;
|
||||
background-color: #606060;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user