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
Merge pull request
#2070
from netchampfaris/ui-fixes
[ui][fix]
frappe/erpnext#6378
version-14
Nabin Hait
8 years ago
committed by
GitHub
parent
c8ca79bda5
f66672ea02
commit
9ccd5ab20a
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/public/css/docs.css
+1
-0
frappe/public/css/navbar.css
+1
-0
frappe/public/less/navbar.less
+ 1
- 0
frappe/public/css/docs.css
View File
@@ -126,6 +126,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: #98d85b;
}
.navbar-new-comments-true {
background-color: #ff5858;
+ 1
- 0
frappe/public/css/navbar.css
View File
@@ -126,6 +126,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: #98d85b;
}
.navbar-new-comments-true {
background-color: #ff5858;
+ 1
- 0
frappe/public/less/navbar.less
View File
@@ -153,6 +153,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: @indicator-green;
}
.navbar-new-comments-true {
Write
Preview
Loading…
Cancel
Save