Skip to content

Commit

Permalink
DarkMode border icons use dark fr0x icons #4592
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas-Kainz <andreas_k@abwesend.de>
Change-Id: Ia09efa8530e04f571af4b2e1e7599215746be2df
  • Loading branch information
Andreas-Kainz authored and pedropintosilva committed Jul 12, 2023
1 parent f841050 commit e90586a
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 1 deletion.
15 changes: 14 additions & 1 deletion browser/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ button.leaflet-control-search-next
}

#setborderstyle-grid td:hover {
background: var(--color-background-darker);
background-color: var(--color-background-darker);
border: 1px solid var(--color-border-darker);
color: var(--color-text-darker);
}
Expand Down Expand Up @@ -1304,6 +1304,19 @@ button.leaflet-control-search-next

[data-theme='dark'] .w2ui-icon.vereign{ background: url('images/dark/vereign.png') no-repeat center; }

[data-theme='dark'] .w2ui-icon.frame01 { background: url('images/dark/fr01.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame02 { background: url('images/dark/fr02.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame03 { background: url('images/dark/fr03.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame04 { background: url('images/dark/fr04.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame05 { background: url('images/dark/fr05.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame06 { background: url('images/dark/fr06.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame07 { background: url('images/dark/fr07.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame08 { background: url('images/dark/fr08.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame09 { background: url('images/dark/fr09.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame10 { background: url('images/dark/fr010.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame11 { background: url('images/dark/fr011.svg') no-repeat center; }
[data-theme='dark'] .w2ui-icon.frame12 { background: url('images/dark/fr012.svg') no-repeat center; }

[data-theme='dark'] #tb_actionbar_item_prev .w2ui-icon.prev {
background: url('images/dark/lc_prevrecord.svg') no-repeat center/24px !important;
}
Expand Down
1 change: 1 addition & 0 deletions browser/images/dark/fr01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr010.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr011.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr012.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr05.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr06.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr07.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr08.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/images/dark/fr09.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e90586a

Please # to comment.