Skip to content

Commit

Permalink
ExtJS 6.2 - fixed styling of borders
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Nov 22, 2016
1 parent 70872b1 commit 01286dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pimcore/static6/css/ext-modifications.css
Expand Up @@ -198,12 +198,12 @@ body > .x-mask {
border-color: #d0d0d0;
}

.x-panel > .x-panel-default-outer-border-trl {
.x-panel .x-panel-default-outer-border-trl {
border-color: #d0d0d0 !important;
border-style: solid;
}

.x-panel > .x-panel-default-outer-border-rbl {
.x-panel .x-panel-default-outer-border-rbl {
border-color: #d0d0d0 !important;
}

Expand Down

0 comments on commit 01286dd

Please sign in to comment.