Successful table cells should now be properly highlighted

Previously they were not properly highlighted because of stipes.
This commit is contained in:
2015-06-20 23:28:03 +02:00
parent c4b9358874
commit 8abeb797fb
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2,3 +2,6 @@
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300) @import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300)
@import url(../../assets_shared/css/font-borg.css) @import url(../../assets_shared/css/font-borg.css)
@import ../../assets_shared/sass/main.sass @import ../../assets_shared/sass/main.sass
.table td.success
background-color: #dff0d8 !important