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
d7e9eda2
Commit
d7e9eda2
authored
Nov 25, 2012
by
Koen Punt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed blue_link var to primary_color
parent
df0bd0c2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
10 deletions
+9
-10
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+1
-1
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+3
-3
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+1
-1
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+1
-1
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+1
-1
app/assets/stylesheets/variables.scss
app/assets/stylesheets/variables.scss
+2
-3
No files found.
app/assets/stylesheets/common.scss
View file @
d7e9eda2
...
@@ -467,7 +467,7 @@ p.time {
...
@@ -467,7 +467,7 @@ p.time {
padding
:
10px
;
padding
:
10px
;
}
}
.current
{
.current
{
border-bottom
:
2px
solid
$style_color
;
border-bottom
:
2px
solid
$style_color
;
}
}
}
}
...
...
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
d7e9eda2
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
color
:
#fff
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#268
;
text-shadow
:
0
1px
1px
#268
;
&
:hover
{
&
:hover
{
background
:
$
blue_link
;
background
:
$
primary_color
;
color
:
#fff
;
color
:
#fff
;
}
}
...
@@ -26,11 +26,11 @@
...
@@ -26,11 +26,11 @@
&
.btn-info
{
&
.btn-info
{
background
:
#5aB9C3
;
background
:
#5aB9C3
;
border-color
:
$
blue_link
;
border-color
:
$
primary_color
;
color
:
#fff
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#268
;
text-shadow
:
0
1px
1px
#268
;
&
:hover
{
&
:hover
{
background
:
$
blue_link
;
background
:
$
primary_color
;
color
:
#fff
;
color
:
#fff
;
}
}
...
...
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
d7e9eda2
...
@@ -38,7 +38,7 @@ a {
...
@@ -38,7 +38,7 @@ a {
color
:
$link_color
;
color
:
$link_color
;
&
:hover
{
&
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
$
blue_link
;
color
:
$
primary_color
;
}
}
&
.btn
{
&
.btn
{
...
...
app/assets/stylesheets/sections/tree.scss
View file @
d7e9eda2
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
vertical-align
:
middle
;
vertical-align
:
middle
;
a
{
a
{
&
:hover
{
&
:hover
{
color
:
$
blue_link
;
color
:
$
primary_color
;
}
}
}
}
...
...
app/assets/stylesheets/themes/ui_basic.scss
View file @
d7e9eda2
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
color
:
$link_color
;
color
:
$link_color
;
&
:hover
{
&
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
$
blue_link
;
color
:
$
primary_color
;
}
}
}
}
...
...
app/assets/stylesheets/variables.scss
View file @
d7e9eda2
/** Colors **/
/** Colors **/
$primary_color
:
#2FA0BB
;
$link_color
:
#3A89A3
;
$link_color
:
#3A89A3
;
$blue_link
:
#2FA0BB
;
$style_color
:
#474D57
;
$style_color
:
#474D57
;
$hover
:
#D9EDF7
;
$hover
:
#D9EDF7
;
$hover_border
:
#ADF
;
\ No newline at end of file
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