mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
WIP mobile framework: Add more styling to tabs icons
This commit is contained in:
parent
e02484fe8c
commit
16ab91c7e9
@ -19,7 +19,6 @@ and open the template in the editor.
|
|||||||
//# #
|
//# #
|
||||||
//###################
|
//###################
|
||||||
#egw_fw_top_toolbar{
|
#egw_fw_top_toolbar{
|
||||||
border-bottom: 2px solid gray;
|
|
||||||
div.egw_fw_ui_tabs_header{
|
div.egw_fw_ui_tabs_header{
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
width: 69%;
|
width: 69%;
|
||||||
@ -37,8 +36,9 @@ and open the template in the editor.
|
|||||||
height:38px;
|
height:38px;
|
||||||
width:50px;
|
width:50px;
|
||||||
border-width: 1px 1px 1px 1px;
|
border-width: 1px 1px 1px 1px;
|
||||||
|
border:none;
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
/*border-radius: 0px 15px 15px 0px;*/
|
|
||||||
img{
|
img{
|
||||||
height:32px !important;
|
height:32px !important;
|
||||||
width:32px !important;
|
width:32px !important;
|
||||||
@ -117,7 +117,6 @@ and open the template in the editor.
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
/*display: inline-block;*/
|
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
a#topmenu_prefs:before {
|
a#topmenu_prefs:before {
|
||||||
@ -204,7 +203,6 @@ and open the template in the editor.
|
|||||||
height: 34px;
|
height: 34px;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
/*float: left;*/
|
|
||||||
display: inline;
|
display: inline;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -247,17 +245,15 @@ and open the template in the editor.
|
|||||||
height: 38px;
|
height: 38px;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
&:hover {
|
&:hover {
|
||||||
/*.background_color_20_gray ;*/
|
|
||||||
background-color: none !important;
|
background-color: none !important;
|
||||||
}
|
}
|
||||||
&:active {
|
&:active {
|
||||||
webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
// APP Name
|
// APP Name
|
||||||
h1 {
|
h1 {
|
||||||
/*font-size: 100%;*/
|
|
||||||
.fontsize_xxl;
|
.fontsize_xxl;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin:0 15px 2px 2px;
|
margin:0 15px 2px 2px;
|
||||||
@ -276,7 +272,6 @@ and open the template in the editor.
|
|||||||
// FOR SVG IMG
|
// FOR SVG IMG
|
||||||
object {
|
object {
|
||||||
.dimension_width_height_l;
|
.dimension_width_height_l;
|
||||||
/*background-color: @gray_0;*/
|
|
||||||
margin: 8px 1px 0 5px;
|
margin: 8px 1px 0 5px;
|
||||||
.border_radius(5px,0, 0, 5px);
|
.border_radius(5px,0, 0, 5px);
|
||||||
|
|
||||||
@ -293,12 +288,7 @@ and open the template in the editor.
|
|||||||
/*Active Tabs*/
|
/*Active Tabs*/
|
||||||
.egw_fw_ui_tab_header_active {
|
.egw_fw_ui_tab_header_active {
|
||||||
border-width: 1px 1px 0px 1px !important;
|
border-width: 1px 1px 0px 1px !important;
|
||||||
/*padding: 0 0 5px !important;*/
|
|
||||||
.background_color_egw_light;
|
.background_color_egw_light;
|
||||||
background-image:none !important;
|
|
||||||
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);
|
|
||||||
&:hover {.background_color_egw_light ;}
|
&:hover {.background_color_egw_light ;}
|
||||||
|
|
||||||
|
|
||||||
@ -306,6 +296,10 @@ and open the template in the editor.
|
|||||||
img.egw_fw_ui_tab_icon {
|
img.egw_fw_ui_tab_icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.dimension_width_height_l;
|
.dimension_width_height_l;
|
||||||
|
-webkit-filter: contrast(100);
|
||||||
|
-ms-filter:contrast(100);
|
||||||
|
-moz-filter:contrast(100);
|
||||||
|
-o-filter:contrast(100);
|
||||||
}
|
}
|
||||||
/*Active object*/
|
/*Active object*/
|
||||||
object {
|
object {
|
||||||
@ -324,8 +318,6 @@ and open the template in the editor.
|
|||||||
//###################
|
//###################
|
||||||
#egw_fw_sidebar{
|
#egw_fw_sidebar{
|
||||||
top: 60px;
|
top: 60px;
|
||||||
border-top:2px solid gray;
|
|
||||||
|
|
||||||
|
|
||||||
//SIDE AREA
|
//SIDE AREA
|
||||||
#egw_fw_sidemenu {
|
#egw_fw_sidemenu {
|
||||||
@ -345,7 +337,6 @@ and open the template in the editor.
|
|||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
/*padding: 0px 5px 5px 10px;*/
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.background_color_15_gray;
|
.background_color_15_gray;
|
||||||
@ -354,19 +345,16 @@ and open the template in the editor.
|
|||||||
|
|
||||||
&:active {.box_shadow_standard_light_inset;}
|
&:active {.box_shadow_standard_light_inset;}
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
padding-top: 0.31em;
|
padding-top: 0.31em;
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
.color_40_gray;
|
.color_40_gray;
|
||||||
/*font-size: 12px;*/
|
|
||||||
.fontsize_xl;
|
.fontsize_xl;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
object {background-color: @gray_0; .dimension_width_height_m;}
|
object {background-color: @gray_0; .dimension_width_height_m;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -486,8 +474,6 @@ and open the template in the editor.
|
|||||||
border-color: @gray_30;
|
border-color: @gray_30;
|
||||||
background-color: @gray_10;
|
background-color: @gray_10;
|
||||||
|
|
||||||
/*background-color: @egw_color_2_d;*/
|
|
||||||
|
|
||||||
.border_radius(3px,3px,3px,3px);
|
.border_radius(3px,3px,3px,3px);
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -528,7 +514,6 @@ and open the template in the editor.
|
|||||||
|
|
||||||
background-color: @egw_color_2_a;
|
background-color: @egw_color_2_a;
|
||||||
|
|
||||||
/*.background-color-50-gray;*/
|
|
||||||
.color_5_gray;
|
.color_5_gray;
|
||||||
.border_radius(3px,3px,3px,3px) !important;
|
.border_radius(3px,3px,3px,3px) !important;
|
||||||
|
|
||||||
@ -556,11 +541,6 @@ and open the template in the editor.
|
|||||||
|
|
||||||
&:hover {background-color: @egw_color_2_d; .transition (0.2s, ease-out);}
|
&:hover {background-color: @egw_color_2_d; .transition (0.2s, ease-out);}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.egw_fw_ui_sidemenu_entry_content_bottom {
|
.egw_fw_ui_sidemenu_entry_content_bottom {
|
||||||
@ -617,6 +597,8 @@ and open the template in the editor.
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
height:38px;
|
height:38px;
|
||||||
width:50px;
|
width:50px;
|
||||||
|
border:none;
|
||||||
|
border-radius: 10px;
|
||||||
img{
|
img{
|
||||||
height:32px !important;
|
height:32px !important;
|
||||||
width:32px !important;
|
width:32px !important;
|
||||||
@ -639,6 +621,23 @@ and open the template in the editor.
|
|||||||
.tabs-header-portrait-collapsed{
|
.tabs-header-portrait-collapsed{
|
||||||
left:7% !important;
|
left:7% !important;
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
border-left:2px solid gray;
|
}
|
||||||
|
|
||||||
|
//###################################
|
||||||
|
//# #
|
||||||
|
//# FOOTER #
|
||||||
|
//# #
|
||||||
|
//###################################
|
||||||
|
#egw_fw_footer {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
//###################################
|
||||||
|
//# #
|
||||||
|
//# APP HEADER NAVIGATOR #
|
||||||
|
//# #
|
||||||
|
//###################################
|
||||||
|
.egw_fw_ui_app_header_container {
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user