From 72b9c3d7f6b24f74e145b0be9d9e733f0364ccb6 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 10 Sep 2015 23:36:10 +0500 Subject: Removing border from first tr tds in more modal --- web/sass-files/sass/partials/_modal.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/sass-files/sass/partials/_modal.scss') diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index d5db5fc46..d32306cbc 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -140,6 +140,11 @@ &:hover td { background: #f7f7f7; } + &:first-child { + td { + border: none; + } + } td { width: 100%; white-space: nowrap; -- cgit v1.2.3-1-g7c22