This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: Global filter check
version-14
Suraj Shetty
3 years ago
parent
47d9f0573d
commit
d253b5e5e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/scss/desk/sidebar.scss
+ 1
- 1
frappe/public/scss/desk/sidebar.scss
View File
@@ -355,7 +355,7 @@ body[data-route^="Module"] .main-menu {
display: none;
}
input {
input
:not([data-fieldtype='Check'])
{
background: var(--control-bg-on-gray);
}
Write
Preview
Loading…
Cancel
Save