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
Jérome Perrin
gitlab-ce
Commits
d5c56911
Commit
d5c56911
authored
Sep 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small color refactoring
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
f0e391ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/generic/lists.scss
app/assets/stylesheets/generic/lists.scss
+1
-1
app/assets/stylesheets/main/variables.scss
app/assets/stylesheets/main/variables.scss
+2
-2
No files found.
app/assets/stylesheets/generic/lists.scss
View file @
d5c56911
...
...
@@ -39,7 +39,7 @@
&
:hover
{
background
:
$hover
;
border-bottom
:
1px
solid
#ADF
;
border-bottom
:
1px
solid
darken
(
$hover
,
10%
)
;
}
&
:last-child
{
...
...
app/assets/stylesheets/main/variables.scss
View file @
d5c56911
...
...
@@ -2,13 +2,13 @@
* General Colors
*/
$style_color
:
#474D57
;
$hover
:
#
D9EDF7
;
$hover
:
#
FFECDB
;
/*
* Link colors
*/
$link_color
:
#446e9b
;
$link_hover_color
:
#2FA0BB
;
$link_hover_color
:
darken
(
$link-color
,
10%
)
;
$btn-border
:
1px
solid
#ccc
;
...
...
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