Skip to content

Commit

Permalink
[IMP] to_backend_theme: change background image
Browse files Browse the repository at this point in the history
  • Loading branch information
duyquyen96 committed Aug 15, 2024
1 parent d61b9bc commit fdb9e9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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)};
}
}
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;
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<templates>
<t t-inherit="web.NavBar.AppsMenu" t-inherit-mode="extension">
<xpath expr="//Dropdown" position="attributes">
<attribute name="class">'o_navbar_apps_menu hide'</attribute>
<attribute name="class">'o_navbar_apps_menu d-none'</attribute>
<attribute name="skipTogglerTabbing">true</attribute>
<attribute name="hotkey" remove="'h'" add="'shift+h'" separator=" " />
</xpath>
Expand Down

0 comments on commit fdb9e9e

Please sign in to comment.