Remove "s" JQueryUI resizable handle override

Better to override locally O:)
This commit is contained in:
Pierre Goiffon
2019-10-22 16:45:25 +02:00
parent 66d638e224
commit 52fd58cd93
2 changed files with 0 additions and 9 deletions

View File

@@ -3204,10 +3204,6 @@ input:checked + .slider:before {
.clearboth {
clear: both;
}
.ui-resizable-handle.ui-resizable-s {
background-image: url("../images/banner-bkg.png");
height: 15px;
}
/* font-awesome 4 to 5 BC fix */
.pull-right {
float: right;

View File

@@ -3715,11 +3715,6 @@ input:checked + .slider:before {
clear: both;
}
.ui-resizable-handle.ui-resizable-s {
background-image: url("../images/banner-bkg.png");
height: 15px;
}
/* font-awesome 4 to 5 BC fix */
.pull-right { float: right; }
.pull-left { float: left; }