From 77cfbb109318c6207bb7d6ddaaf613f111239e4b Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Tue, 13 Dec 2016 14:19:12 +0100 Subject: [PATCH] style changes for easyui panel --- include/vendor_custom/easyui/easyui.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/vendor_custom/easyui/easyui.css b/include/vendor_custom/easyui/easyui.css index 586eb7cb7..36c786139 100644 --- a/include/vendor_custom/easyui/easyui.css +++ b/include/vendor_custom/easyui/easyui.css @@ -6,12 +6,17 @@ .panel-body-noheader { border-top-width: 1px; } -.panel-header, -.panel-body { + +.panel { + background-color: #EEE; + color: #333; border-color: #888; + border: 1px solid #888; } + .panel-body { background-color: #EEE; color: #333; font-size: 12px; + border: none; }