From fc4d4cde4f849dddeaadf70f3179d5b5321b2305 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 15 Dec 2013 16:35:26 +0200 Subject: [PATCH] Frontend Improvements --- admin/themes/default/css/default.css | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 048e2da..524eb87 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -2,14 +2,13 @@ Monstra styles.css ************************************* -CONTENTS -1. GENERAL -2. HEADER -3. CONTENT -4. LEFT MENU -5. AUTHORIZATION -6. MEDIA QUERIES - + CONTENTS + 1. GENERAL + 2. HEADER + 3. CONTENT + 4. LEFT MENU + 5. AUTHORIZATION + 6. MEDIA QUERIES ************************************* 1. GENERAL @@ -198,17 +197,7 @@ table { .table-bordered thead tr th { font-weight:bold; - background-color: #f5f5f5; - background-repeat: repeat-x; - background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); - background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); - background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); - background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); - background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); - background-image: linear-gradient(top, #ffffff, #f5f5f5); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0); - border-top: 1px solid #fff; + background-color: #fff; } .table-bordered thead:last-child tr:last-child th:last-child,