mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Apply new hover color to sidebar
This commit is contained in:
parent
db4c38ae97
commit
0f202e4694
@ -4382,7 +4382,7 @@ td.message span.message {
|
||||
margin: 0 0;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
|
||||
background-color: #d9d9d9;
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:active {
|
||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
@ -6132,6 +6132,7 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
display: block !important;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn {
|
||||
|
@ -4371,7 +4371,7 @@ td.message span.message {
|
||||
margin: 0 0;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
|
||||
background-color: #d9d9d9;
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:active {
|
||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
@ -6121,6 +6121,7 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
display: block !important;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn {
|
||||
|
@ -4382,7 +4382,7 @@ td.message span.message {
|
||||
margin: 0 0;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
|
||||
background-color: #d9d9d9;
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:active {
|
||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
@ -6132,6 +6132,7 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
display: block !important;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn {
|
||||
|
@ -63,7 +63,7 @@
|
||||
display: block;
|
||||
margin: 0 0;
|
||||
&:hover {
|
||||
.background_color_15_gray;
|
||||
background-color: @color_hover_row;
|
||||
}
|
||||
&:active {.box_shadow_standard_light_inset;}
|
||||
h1 {
|
||||
@ -78,9 +78,9 @@
|
||||
object {background-color: @gray_0; .dimension_width_height_m;}
|
||||
}
|
||||
|
||||
// ####################################
|
||||
// #### #
|
||||
// ### IMG | ADD NAME #
|
||||
// ##########################################
|
||||
// ### #
|
||||
// ### IMG | ADD NAME #
|
||||
// ### #
|
||||
// ### #
|
||||
//###########################################
|
||||
|
@ -4393,7 +4393,7 @@ td.message span.message {
|
||||
margin: 0 0;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
|
||||
background-color: #d9d9d9;
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:active {
|
||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
@ -6143,6 +6143,7 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
display: block !important;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn {
|
||||
|
Loading…
Reference in New Issue
Block a user