Skip to content

Commit

Permalink
Fixed row-even color and fs11px vertical alignment.
Browse files Browse the repository at this point in the history
████ ███  To request new features or in case this commit breaks something for you,
████ ███  please, create a new github issue with all possible information for me,
▓███▀█▄   but never share your API Keys!
▒▓██ ███
░▒▓█ ███  Signed-off-by: Carles Tubio <ctubio@users.noreply.github.com>
 _______________________________
/ Hello, WORLD!                 \
|                               |
\ pssst.. 1 BTC = 47495.82 EUR. /
 -------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  • Loading branch information
ctubio committed Mar 15, 2021
1 parent 58c1878 commit 5c93cdb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
8 changes: 2 additions & 6 deletions src/bin/trading-bot/www/sass/bootstrap-theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small
background-image: none;
}
&:focus {
outline:none !important;
outline:none !important;
}
}
.btn-default {
Expand Down Expand Up @@ -278,7 +278,7 @@ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small
background-color: #111111;
}
.ag-row-even {
background-color: #403e3e;
background-color: #1b1b1b;
}
.ag-row-selected {
background-color: #4a708b;
Expand Down Expand Up @@ -552,10 +552,6 @@ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small
}
}

.fs11px {
font-size: 11px;
}

.marketQuoting .sell, .positions .sell, .ag-cell.sell {
color: #ff8e8c;
}
Expand Down
8 changes: 2 additions & 6 deletions src/bin/trading-bot/www/sass/bootstrap-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-image: none;
}
&:focus {
outline:none !important;
outline:none !important;
}
}

Expand Down Expand Up @@ -92,7 +92,7 @@
}
.ag-cell-focus {
border: 1px solid #a9a9a9;
outline:none;
outline:none;
}
.ag-cell-no-focus {
border-top: 1px solid transparent;
Expand Down Expand Up @@ -525,10 +525,6 @@
}
}

.fs11px {
font-size: 11px;
}

.tradeSafety, .tradeSafety2 {
font-size: 13px;
background: white;
Expand Down
5 changes: 5 additions & 0 deletions src/bin/trading-bot/www/sass/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5109,6 +5109,11 @@ table.marketQuoting {
}
}

.fs11px {
font-size: 11px;
margin-top: 2px;
}

span.truncated {
opacity: 0.25;
}
Expand Down

0 comments on commit 5c93cdb

Please sign in to comment.