spymastermatt / thunderbird-monterail

A set of themes for thunderbird inspired by a Monterail blog post
GNU General Public License v3.0
1.04k stars 77 forks source link

Modifications to improve square tabs on monterail theme #33

Open wanderleihuttel opened 7 years ago

wanderleihuttel commented 7 years ago

Modifications to improve square tabs on monterail theme

.tabmail-tab .tab-content {
    padding-bottom: 3px !important;
    margin-top: 5px !important;
}

.tabmail-tab  {
    margin-top: 5px !important;
}

.tabmail-tab .tab-text {
    color: var(--menu-text-color) !important;
}

.tabmail-tab[selected="true"] .tab-content {
    background: -moz-dialog !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
    border-radius: 15px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

Regards Wanderlei