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
7ded8584
Commit
7ded8584
authored
Sep 27, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blue hover
parent
db698363
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+1
-1
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+2
-2
No files found.
app/assets/stylesheets/main.scss
View file @
7ded8584
...
...
@@ -5,7 +5,7 @@
$link_color
:
#3A89A3
;
$blue_link
:
#2fa0bb
;
$style_color
:
#474d57
;
$hover
:
#
fdf5d9
;
$hover
:
#
D9EDF7
;
/** GitLab Fonts **/
@font-face
{
font-family
:
Korolev
;
src
:
url('korolev-medium-compressed.otf')
;
}
...
...
app/assets/stylesheets/sections/tree.scss
View file @
7ded8584
...
...
@@ -31,8 +31,8 @@
&
:hover
{
td
{
background
:
$hover
;
border-top
:
1px
solid
#
FEA
;
border-bottom
:
1px
solid
#
FEA
;
border-top
:
1px
solid
#
ADF
;
border-bottom
:
1px
solid
#
ADF
;
}
cursor
:pointer
;
}
...
...
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