tab
This commit is contained in:
parent
b83fc7d7a1
commit
9966a35d1f
|
@ -7,20 +7,27 @@
|
||||||
|
|
||||||
.email .tab-content {
|
.email .tab-content {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding:5px
|
padding:20px
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tab Button (disabled): gray*/
|
/* Tab Button (disabled): gray*/
|
||||||
.nav-tabs > li.disabled > a:hover,
|
.email .nav-tabs > li.disabled > a:hover,
|
||||||
.nav-tabs > li.disabled > a:focus {
|
.email .nav-tabs > li.disabled > a:focus {
|
||||||
background-color: #e0e0e0;
|
background-color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tab Button (incative): gray*/
|
/* Tab Button (incative): gray*/
|
||||||
.nav-tabs > li > a{
|
.email .nav-tabs > li > a{
|
||||||
background-color: #e0e0e0;
|
background-color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tab Button (active): white*/
|
||||||
|
.email .nav-tabs > li.active > a,
|
||||||
|
.email .nav-tabs > li.active > a:hover,
|
||||||
|
.email .nav-tabs > li.active > a:focus {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*.email-table .email-header {*/
|
/*.email-table .email-header {*/
|
||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user