Skip to content

Commit

Permalink
Update PimcoreApp-all_1.css
Browse files Browse the repository at this point in the history
  • Loading branch information
djbodya authored Nov 1, 2024
1 parent 0da7951 commit 9f22f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/extjs/css/PimcoreApp-all_1.css
Original file line number Diff line number Diff line change
Expand Up @@ -13308,7 +13308,7 @@ a.x-color-picker-item:hover {
position: absolute;
top: -8px;
left: -12px;
background-image: url(../images/grid/dd-insert-arrow-right.png);
background-image: url(../img/grid/dd-insert-arrow-right.png);
height: 16px;
width: 16px;
}
Expand All @@ -13317,7 +13317,7 @@ a.x-color-picker-item:hover {
position: absolute;
top: -8px;
right: -11px;
background-image: url(../images/grid/dd-insert-arrow-left.png);
background-image: url(../img/grid/dd-insert-arrow-left.png);
height: 16px;
width: 16px;
}
Expand All @@ -13329,11 +13329,11 @@ a.x-color-picker-item:hover {
}

.x-col-move-top {
background-image: url(../images/grid/col-move-top.png);
background-image: url(../img/grid/col-move-top.png);
}

.x-col-move-bottom {
background-image: url(../images/grid/col-move-bottom.png);
background-image: url(../img/grid/col-move-bottom.png);
}

.x-grid-header-ct {
Expand Down

0 comments on commit 9f22f8e

Please sign in to comment.