-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] to_backend_theme: change background image
- Loading branch information
1 parent
d61b9bc
commit a1059c7
Showing
5 changed files
with
2 additions
and
49 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
to_backend_theme/static/src/components/apps_menu/apps_menu.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
to_backend_theme/static/src/components/apps_menu_item/apps_menu_item.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
:root { | ||
.o_grid_apps_menu[data-theme="viindoo"] { | ||
--app-menu-text-color: "#374151"; | ||
// --app-menu-text-shadow: 1px 1px 1px #{rgba(black, 0.4)}; | ||
// --app-menu-hover-background: #{rgba(white, 0.2)}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
viin_brand_common/static/src/webclient/navbar/navbar_variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
$o-navbar-entry-color: #374151 !default; | ||
$o-navbar-entry-color--hover: #374151 !default; | ||
$o-navbar-background: none !default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters