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:
commit
d16ecc54b6
|
@ -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
Loading…
Reference in New Issue