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
Kazuhiko Shiozaki
gitlab-ce
Commits
c0d589de
Commit
c0d589de
authored
Dec 17, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve sidenav colors
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d6eda842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
app/assets/stylesheets/sections/sidebar.scss
app/assets/stylesheets/sections/sidebar.scss
+7
-3
No files found.
app/assets/stylesheets/sections/sidebar.scss
View file @
c0d589de
...
...
@@ -75,13 +75,17 @@ body.sidenav {
.nav-sidebar
li
{
&
.active
a
{
color
:
#
333
;
color
:
#
111
;
background
:
#EEE
;
font-weight
:
bold
;
&
.no-highlight
{
background
:
none
;
}
i
{
color
:
#444
;
}
}
}
...
...
@@ -93,7 +97,7 @@ body.sidenav {
}
a
{
color
:
#
666
;
color
:
#
555
;
display
:
block
;
text-decoration
:
none
;
padding
:
6px
15px
;
...
...
@@ -114,7 +118,7 @@ body.sidenav {
i
{
width
:
20px
;
color
:
#
999
;
color
:
#
888
;
}
}
}
...
...
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