Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
6ed46aad
Commit
6ed46aad
authored
Mar 31, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix icons color in the header
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
80e1ce1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+4
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/pages/todos.scss
app/assets/stylesheets/pages/todos.scss
+1
-1
No files found.
app/assets/stylesheets/framework/header.scss
View file @
6ed46aad
...
...
@@ -36,7 +36,7 @@ header {
padding
:
0
;
.nav
>
li
>
a
{
color
:
#7f8fa4
;
color
:
$gl-icon-color
;
font-size
:
18px
;
padding
:
0
;
margin
:
(
$header-height
-
28
)
/
2
0
;
...
...
@@ -62,7 +62,7 @@ header {
background-color
:
#eee
;
}
&
.active
{
color
:
#7f8fa4
;
color
:
$gl-icon-color
;
}
}
}
...
...
@@ -81,14 +81,14 @@ header {
font-size
:
19px
;
line-height
:
$header-height
;
font-weight
:
normal
;
color
:
#4c4e54
;
color
:
$gl-text-color
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
vertical-align
:
top
;
white-space
:
nowrap
;
a
{
color
:
#4c4e54
;
color
:
$gl-text-color
;
&
:hover
{
text-decoration
:
underline
;
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
6ed46aad
...
...
@@ -26,6 +26,7 @@ $gl-text-orange: #d90;
$gl-link-color
:
#3084bb
;
$gl-dark-link-color
:
#333
;
$gl-placeholder-color
:
#8f8f8f
;
$gl-icon-color
:
$gl-placeholder-color
;
$gl-gray
:
$gl-text-color
;
$gl-header-color
:
$gl-title-color
;
...
...
app/assets/stylesheets/pages/todos.scss
View file @
6ed46aad
...
...
@@ -6,7 +6,7 @@
.navbar-nav
{
li
{
.badge.todos-pending-count
{
background-color
:
#7f8fa4
;
background-color
:
$gl-icon-color
;
margin-top
:
-5px
;
font-weight
:
normal
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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