This commit is contained in:
Synox 2016-07-03 00:50:42 +02:00
parent b83fc7d7a1
commit 9966a35d1f

View File

@ -7,20 +7,27 @@
.email .tab-content {
background-color: white;
padding:5px
padding:20px
}
/* Tab Button (disabled): gray*/
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
.email .nav-tabs > li.disabled > a:hover,
.email .nav-tabs > li.disabled > a:focus {
background-color: #e0e0e0;
}
/* Tab Button (incative): gray*/
.nav-tabs > li > a{
.email .nav-tabs > li > a{
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 {*/
/*font-weight: bold;*/