summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-10 23:36:10 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-10 23:36:10 +0500
commit72b9c3d7f6b24f74e145b0be9d9e733f0364ccb6 (patch)
tree4660fe919cee54cebe0fa56833662e47fd605a09 /web/sass-files/sass/partials/_modal.scss
parent1440c953817aac3a5ebc6762f6c3e2668213fd70 (diff)
downloadchat-72b9c3d7f6b24f74e145b0be9d9e733f0364ccb6.tar.gz
chat-72b9c3d7f6b24f74e145b0be9d9e733f0364ccb6.tar.bz2
chat-72b9c3d7f6b24f74e145b0be9d9e733f0364ccb6.zip
Removing border from first tr tds in more modal
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss5
1 files changed, 5 insertions, 0 deletions
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;