From 3391d87f57682863bfbee9f28054f949cf08595d Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 13 Feb 2016 01:51:54 +0900 Subject: [PATCH] Fix csslint warnings --- common/css/xe.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/css/xe.css b/common/css/xe.css index 1347d659c..8f5269d5e 100644 --- a/common/css/xe.css +++ b/common/css/xe.css @@ -299,7 +299,7 @@ button.btn { border: 1px solid #ccc; border-left: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; - box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18), 0px 0px 6px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18), 0 0 6px 0 rgba(0, 0, 0, 0.12); z-index: 1073741824; } #rhymix_debug_button:hover { @@ -323,7 +323,7 @@ button.btn { min-height: 100%; background: #fcfcfc; border-right: 1px solid #ccc; - box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18), 0px 0px 8px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18), 0 0 8px 0 rgba(0, 0, 0, 0.12); z-index: 1073741824; } #rhymix_debug_panel .debug_header {