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
Léo-Paul Géneau
gitlab-ce
Commits
1efeb1b5
Commit
1efeb1b5
authored
Feb 17, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redesign mars theme a bit. Better border color for search-input for dark theme
parent
32a5548c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
16 deletions
+8
-16
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+1
-0
app/assets/stylesheets/themes/ui_mars.scss
app/assets/stylesheets/themes/ui_mars.scss
+7
-16
No files found.
app/assets/stylesheets/sections/header.scss
View file @
1efeb1b5
...
...
@@ -227,6 +227,7 @@ header {
.search-input
{
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
border
:
1px
solid
#AAA
;
&
:focus
{
background-color
:
white
;
...
...
app/assets/stylesheets/themes/ui_mars.scss
View file @
1efeb1b5
...
...
@@ -16,25 +16,16 @@
@extend
.header-dark
;
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#474D57
url('bg-header.png')
repeat-x
bottom
;
border-bottom
:
1px
solid
#444
;
background
:
#474D57
;
border-bottom
:
1px
solid
#373D47
;
.app_logo
{
&
:hover
{
background-color
:
#373D47
;
}
}
.search
{
.search-input
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.7
);
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
&
:focus
{
background-color
:
white
;
}
}
}
.
search-input
:
:-
webkit-input-placeholder
{
color
:
#666
;
}
.separator
{
background
:
#31363E
;
border-left
:
1px
solid
#666
;
...
...
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