Skip to content
Snippets Groups Projects
Commit ed76247c authored by juanf's avatar juanf
Browse files

SSDM-2715 : Tabs border fix

SVN: 34963
parent 15f64e46
No related branches found
No related tags found
No related merge requests found
...@@ -273,6 +273,11 @@ ul.x-tab-strip-bottom{ ...@@ -273,6 +273,11 @@ ul.x-tab-strip-bottom{
background-image:url(../images/gray/tabs/tab-close.gif); background-image:url(../images/gray/tabs/tab-close.gif);
} }
li.x-tab-strip-closable.x-component,
li.x-tab-with-icon.x-component {
border: 1px solid rgb(208, 208, 208);
border-bottom: none;
}
.x-tab-panel-body { .x-tab-panel-body {
border-color:#d0d0d0; border-color:#d0d0d0;
background:#fff; background:#fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment