From 9b7a0141218097004b2992b7f1d7a8449752dc09 Mon Sep 17 00:00:00 2001 From: Yuki Date: Thu, 27 Aug 2015 05:39:10 +0530 Subject: [PATCH] Panel my panel no default (season 2) --- app/views/user/theme.css.scss.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/user/theme.css.scss.erb b/app/views/user/theme.css.scss.erb index ad87bed8..f9aa58d5 100644 --- a/app/views/user/theme.css.scss.erb +++ b/app/views/user/theme.css.scss.erb @@ -444,11 +444,11 @@ body#version1 { } } - .panel-default > .panel-heading { - background-color: mix($default_color, $default_text, 90%) !important; - border-color: mix($default_color, $default_text, 85%) !important; - color: mix($default_text, $default_color, 90%) !important; - } + // .panel-default > .panel-heading { + // background-color: mix($default_color, $default_text, 90%) !important; + // border-color: mix($default_color, $default_text, 85%) !important; + // color: mix($default_text, $default_color, 90%) !important; + // } .btn-default:hover { background-color: mix($default_color, $default_text, 90%) !important;