mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer * Switch model to RPC
This commit is contained in:
committed by
Pedro M. Baeza
parent
b10e3d2d90
commit
bcdce5aaf5
@@ -78,6 +78,14 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.app-drawer-search-panel {
|
||||
|
||||
.panel-body {
|
||||
padding-top: @padding-base-vertical;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.drawer-nav {
|
||||
@@ -113,3 +121,9 @@
|
||||
.app-drawer-toggle.navbar-toggle {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
/* Icon Focusing */
|
||||
|
||||
.web-responsive-focus {
|
||||
.tab-focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user