Merge branch '5148-Tabs-vista-eventos' into 'develop'

Changed to 2px active tab

Closes pandora_enterprise#5148

See merge request artica/pandorafms!2959
This commit is contained in:
Daniel Rodriguez 2020-01-07 11:46:18 +01:00
commit d16ecc54b6
2 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
border-bottom: 1px solid #ccc;
}
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 {

File diff suppressed because one or more lines are too long