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
Tatuya Kamada
gitlab-ce
Commits
0787726a
Commit
0787726a
authored
Aug 26, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set correct header border-bottom color for themes
parent
a7bd18f9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
app/assets/stylesheets/themes/ui_color.scss
app/assets/stylesheets/themes/ui_color.scss
+1
-0
app/assets/stylesheets/themes/ui_gray.scss
app/assets/stylesheets/themes/ui_gray.scss
+1
-0
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+1
-0
No files found.
app/assets/stylesheets/themes/ui_color.scss
View file @
0787726a
...
...
@@ -17,6 +17,7 @@
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#547
;
border-bottom
:
1px
solid
#435
;
.app_logo
{
&
:hover
{
background-color
:
#435
;
...
...
app/assets/stylesheets/themes/ui_gray.scss
View file @
0787726a
...
...
@@ -17,6 +17,7 @@
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#373737
;
border-bottom
:
1px
solid
#272727
;
.app_logo
{
&
:hover
{
background-color
:
#272727
;
...
...
app/assets/stylesheets/themes/ui_modern.scss
View file @
0787726a
...
...
@@ -17,6 +17,7 @@
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#345
;
border-bottom
:
1px
solid
#234
;
.app_logo
{
&
:hover
{
background-color
:
#234
;
...
...
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