From 64ead5815f43b99ce51e852b7d24beab0a0c39a8 Mon Sep 17 00:00:00 2001 From: Joseph Simmons Date: Fri, 11 Apr 2014 16:37:29 -0500 Subject: [PATCH] Changes syntax of some opacity declarations in CSS so that the assets compile. --- app/assets/stylesheets/bcms_kcfinder/browse.css | 8 ++++---- vendor/assets/javascript/kcfinder/themes/dark/style.css | 4 ++-- vendor/assets/javascript/kcfinder/themes/oxygen/style.css | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/bcms_kcfinder/browse.css b/app/assets/stylesheets/bcms_kcfinder/browse.css index 7c9ca0f..e584261 100644 --- a/app/assets/stylesheets/bcms_kcfinder/browse.css +++ b/app/assets/stylesheets/bcms_kcfinder/browse.css @@ -141,7 +141,7 @@ tr.file>td.time, tr.file>td.size { position: absolute; overflow: hidden; opacity: 0; - filter: alpha(opacity:0) + filter: alpha(opacity=0) } #upload input { @@ -169,7 +169,7 @@ span.brace.opened, span.brace.closed { background: #000; z-index: 100; opacity: 0.7; - filter: alpha(opacity:50) + filter: alpha(opacity=50) } #dialog, #clipboard, #alert { @@ -231,5 +231,5 @@ span.brace.opened, span.brace.closed { top: 0; background: #000; opacity: 0; - filter: alpha(opacity:0) -} \ No newline at end of file + filter: alpha(opacity=0) +} diff --git a/vendor/assets/javascript/kcfinder/themes/dark/style.css b/vendor/assets/javascript/kcfinder/themes/dark/style.css index 63adb77..dddcfa3 100644 --- a/vendor/assets/javascript/kcfinder/themes/dark/style.css +++ b/vendor/assets/javascript/kcfinder/themes/dark/style.css @@ -396,7 +396,7 @@ tr.selected:hover > td { a.denied { color: #666; opacity: 0.5; - filter: alpha(opacity:50); + filter: alpha(opacity=50); cursor: default; } @@ -557,4 +557,4 @@ span.close:hover { span.clicked:hover { background-image: url(img/icons/close-clicked.png); -} \ No newline at end of file +} diff --git a/vendor/assets/javascript/kcfinder/themes/oxygen/style.css b/vendor/assets/javascript/kcfinder/themes/oxygen/style.css index d5c74de..27d16f4 100644 --- a/vendor/assets/javascript/kcfinder/themes/oxygen/style.css +++ b/vendor/assets/javascript/kcfinder/themes/oxygen/style.css @@ -409,7 +409,7 @@ tr.selected:hover > td { a.denied { color: #666; opacity: 0.5; - filter: alpha(opacity:50); + filter: alpha(opacity=50); cursor: default; } @@ -563,4 +563,4 @@ span.close:hover { span.clicked:hover { background: url(img/icons/close-clicked.png); -} \ No newline at end of file +}