mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°4284 Update BackOffice JQuery UI SCSS to remove SCSSPHP warnings
This commit is contained in:
4
css/backoffice/vendors/_jqueryui.scss
vendored
4
css/backoffice/vendors/_jqueryui.scss
vendored
@@ -1,6 +1,8 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
* Combodo modification : replaced the `Alpha(` by `alpha(` to avoid warnings generated by SCSSPHP
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -206,7 +208,7 @@ $ibo-vendors-jqueryui--ui-slider--ui-slider-handle--hover--border-color: $ibo-co
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: .6;
|
||||
filter: Alpha(Opacity=60);
|
||||
filter: alpha(opacity=60);
|
||||
background-color: $ibo-vendors-jqueryui--ui-widget-overlay--background-color;
|
||||
}
|
||||
// Resiable
|
||||
|
||||
Reference in New Issue
Block a user