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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d5788921
Commit
d5788921
authored
May 13, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Green theme instead of dark
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b787540f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
app/assets/stylesheets/sections/profile.scss
app/assets/stylesheets/sections/profile.scss
+1
-1
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+12
-7
No files found.
app/assets/stylesheets/sections/profile.scss
View file @
d5788921
...
...
@@ -76,7 +76,7 @@
}
&
.modern
{
background
:
#
345
;
background
:
#
009871
;
}
&
.gray
{
...
...
app/assets/stylesheets/themes/ui_modern.scss
View file @
d5788921
...
...
@@ -16,24 +16,29 @@
@extend
.header-dark
;
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#
345
;
border-bottom
:
1px
solid
#
234
;
background
:
#
00AC7E
;
border-bottom
:
1px
solid
#
00AC7E
;
.app_logo
,
.navbar-toggle
{
&
:hover
{
background-color
:
#
234
;
background-color
:
#
009C6E
;
}
}
.separator
{
background
:
#
234
;
border-left
:
1px
solid
#
456
;
background
:
#
009C6F
;
border-left
:
1px
solid
#
10BC8E
;
}
.nav
>
li
>
a
{
color
:
#89A
;
color
:
#ADC
;
text-shadow
:
none
;
}
.search-input
{
border-color
:
#
89A
;
border-color
:
#
7fd5be
;
}
}
}
}
.nav-pills
>
li
.active
>
a
,
.nav-pills
>
li
.active
>
a
:hover
,
.nav-pills
>
li
.active
>
a
:focus
{
background
:
#00AC7E
;
}
}
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