Changed to 2px active tab

This commit is contained in:
Jose Gonzalez 2019-12-13 11:50:59 +01:00
parent 0a7f24192e
commit 6f9d400d03

View File

@ -289,7 +289,7 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active { li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
border-bottom: 1px solid #fff; border-bottom: 2px solid #fff;
} }
tr.group { tr.group {