💄 N°2518 New JQueryUI "s" handler style

This commit is contained in:
Pierre Goiffon
2019-10-22 16:06:32 +02:00
parent 16c4f18a81
commit 66d638e224
2 changed files with 10 additions and 0 deletions

View File

@@ -3204,6 +3204,10 @@ 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,6 +3715,12 @@ 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; }