mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
WIP mobile framework: Add some styling to tabs
This commit is contained in:
parent
c2dc16c85c
commit
e02484fe8c
@ -226,6 +226,8 @@ and open the template in the editor.
|
|||||||
// ##########
|
// ##########
|
||||||
// Inactive
|
// Inactive
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.egw_fw_ui_tab_header {
|
.egw_fw_ui_tab_header {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -248,7 +250,11 @@ and open the template in the editor.
|
|||||||
/*.background_color_20_gray ;*/
|
/*.background_color_20_gray ;*/
|
||||||
background-color: none !important;
|
background-color: none !important;
|
||||||
}
|
}
|
||||||
|
&:active {
|
||||||
|
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);
|
||||||
|
}
|
||||||
// APP Name
|
// APP Name
|
||||||
h1 {
|
h1 {
|
||||||
/*font-size: 100%;*/
|
/*font-size: 100%;*/
|
||||||
@ -290,7 +296,9 @@ and open the template in the editor.
|
|||||||
/*padding: 0 0 5px !important;*/
|
/*padding: 0 0 5px !important;*/
|
||||||
.background_color_egw_light;
|
.background_color_egw_light;
|
||||||
background-image:none !important;
|
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 ;}
|
||||||
|
|
||||||
|
|
||||||
@ -609,7 +617,6 @@ and open the template in the editor.
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
height:38px;
|
height:38px;
|
||||||
width:50px;
|
width:50px;
|
||||||
/*border-radius: 0px 15px 15px 0px;*/
|
|
||||||
img{
|
img{
|
||||||
height:32px !important;
|
height:32px !important;
|
||||||
width:32px !important;
|
width:32px !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user