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
7ed3a694
Commit
7ed3a694
authored
May 04, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-files-page-colors' into 'master'
Fix file list page border colors See merge request !4008
parents
2b4e8d93
606e09c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app/assets/stylesheets/framework/tables.scss
app/assets/stylesheets/framework/tables.scss
+1
-3
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/tables.scss
View file @
7ed3a694
...
...
@@ -32,13 +32,11 @@ table {
th
{
background-color
:
$background-color
;
font-weight
:
normal
;
font-size
:
15px
;
border-bottom
:
1px
solid
$border-color
;
border-bottom
:
none
;
}
td
{
border-color
:
$table-border-color
;
border-bottom
:
1px
solid
$border-color
;
}
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
7ed3a694
...
...
@@ -12,7 +12,7 @@ $gutter_inner_width: 258px;
*/
$border-color
:
#e5e5e5
;
$focus-border-color
:
#3aabf0
;
$table-border-color
:
#e
ef0f2
;
$table-border-color
:
#e
cecec
;
$background-color
:
#fafafa
;
/*
...
...
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