diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 1883798a2..934d67937 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -672,10 +672,15 @@ div#validation-bar{ color: darken(red, 20%); } -.import-row-error { +.import-row-error, +.table-striped tbody tr:nth-of-type(2n+1).import-row-error { background-color: lighten(red, 40%); } +#import-list li { +white-space: nowrap; +} + /* context menu */ #shortcut-menu { width: 700px; @@ -1050,6 +1055,7 @@ ul.compact{ display: none; } +ul.simple, .simple-window-content ul, .ishtar-map-popup ul { margin: 0; |