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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
9a0b9f20
Commit
9a0b9f20
authored
Dec 09, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix css lint
parent
137fdba5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
app/assets/stylesheets/framework/selects.scss
app/assets/stylesheets/framework/selects.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-0
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+1
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
No files found.
app/assets/stylesheets/framework/selects.scss
View file @
9a0b9f20
...
...
@@ -231,7 +231,7 @@
}
.project-path
{
color
:
#999
;
color
:
$project-path-color
;
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
9a0b9f20
...
...
@@ -187,6 +187,7 @@ $show-aside-bg: #eee;
$show-aside-color
:
#777
;
$show-aside-shadow
:
#ddd
;
$group-path-color
:
#999
;
$project-path-color
:
#999
;
$namespace-kind-color
:
#aaa
;
$panel-heading-link-color
:
#777
;
$graph-author-email-color
:
#777
;
...
...
@@ -195,6 +196,7 @@ $save-project-loader-color: #555;
$divergence-graph-bar-bg
:
#ccc
;
$divergence-graph-separator-bg
:
#ccc
;
$issue-box-upcoming-bg
:
#8f8f8f
;
$pages-group-name-color
:
#4c4e54
;
/*
* Common component specific colors
...
...
app/assets/stylesheets/pages/groups.scss
View file @
9a0b9f20
...
...
@@ -11,7 +11,7 @@
.content-list
.group-name
{
font-weight
:
600
;
color
:
#4c4e54
;
color
:
$pages-group-name-color
;
}
.group-row
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
9a0b9f20
...
...
@@ -756,7 +756,7 @@ a.allowed-to-push {
.protected-branch-push-access-list
,
.protected-branch-merge-access-list
{
a
{
color
:
#fff
;
color
:
$dropdown-bg
;
}
}
...
...
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