Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
18fd4fbc
Commit
18fd4fbc
authored
Oct 05, 2018
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 05, 2018
Browse files
Merge "Bug 1795749: Notification count is more visible on dashboard"
parents
11c5bc57
b0dfe735
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/sass/utilities/_theme-variables.scss
View file @
18fd4fbc
...
...
@@ -9,3 +9,7 @@ $theme-accent-color: #6e5e31;
$theme-text-lighttone-color
:
#767676
;
$theme-text-midtone-color
:
#666666
;
// Navbar message notification count
$navbar-notification-count-bg
:
#FC9F1A
!
default
;
$navbar-notification-count-text
:
#000000
!
default
;
htdocs/theme/raw/sass/layout/nav/_navbar.scss
View file @
18fd4fbc
...
...
@@ -112,11 +112,12 @@
.navbar-messages-count
{
position
:
absolute
;
top
:
-3px
;
right
:
8
px
;
background-color
:
$navbar-
defaul
t-bg
;
border-radius
:
5
px
;
right
:
5
px
;
background-color
:
$navbar-
notification-coun
t-bg
;
border-radius
:
3
px
;
padding
:
0
3px
;
color
:
$navbar-default-brand-color
;
color
:
$navbar-notification-count-text
;
font-size
:
$font-size-small
;
}
}
...
...
htdocs/theme/raw/sass/utilities/_custom-variables.scss
View file @
18fd4fbc
...
...
@@ -24,3 +24,7 @@ $assessment-begun-color: #5b9aa9 !default;
$assessment-incomplete-color
:
$brand-danger
!
default
;
$assessment-partial-color
:
$brand-warning
!
default
;
$assessment-completed-color
:
$brand-success
!
default
;
// Navbar message notification count
$navbar-notification-count-bg
:
#FC9F1A
!
default
;
$navbar-notification-count-text
:
#000000
!
default
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment