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
[ui][fix] notification indicator bg grey
version-14
Faris Ansari
8 years ago
parent
be49d43ec3
commit
1391bac6d6
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/css/docs.css
+1
-1
frappe/public/css/navbar.css
+1
-1
frappe/public/less/navbar.less
+ 1
- 1
frappe/public/css/docs.css
View File
@@ -126,7 +126,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: #
98d85
b;
background-color: #b
8c2cc
;
}
.navbar-new-comments-true {
background-color: #ff5858;
+ 1
- 1
frappe/public/css/navbar.css
View File
@@ -126,7 +126,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: #
98d85
b;
background-color: #b
8c2cc
;
}
.navbar-new-comments-true {
background-color: #ff5858;
+ 1
- 1
frappe/public/less/navbar.less
View File
@@ -153,7 +153,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: @indicator-
green
;
background-color: @indicator-
darkgrey
;
}
.navbar-new-comments-true {
Write
Preview
Loading…
Cancel
Save