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
28cc1991
Commit
28cc1991
authored
Jun 02, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ui-colors' into 'master'
Refactoring ui colors
parents
c7f8bb4c
133d231f
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
12 deletions
+16
-12
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+1
-1
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/generic/typography.scss
+1
-1
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+1
-0
app/assets/stylesheets/main/variables.scss
app/assets/stylesheets/main/variables.scss
+7
-4
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+2
-2
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+2
-2
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+1
-1
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+1
-1
No files found.
app/assets/stylesheets/generic/common.scss
View file @
28cc1991
...
...
@@ -60,7 +60,7 @@ pre {
.dropdown-menu
>
li
>
a
:hover
,
.dropdown-menu
>
li
>
a
:focus
{
background
:
#29b
;
background
:
$bg_style_color
;
color
:
#FFF
}
...
...
app/assets/stylesheets/generic/typography.scss
View file @
28cc1991
...
...
@@ -40,7 +40,7 @@ a {
color
:
$link_color
;
&
:hover
{
text-decoration
:
none
;
color
:
$
primary
_color
;
color
:
$
link_hover
_color
;
}
&
:focus
{
...
...
app/assets/stylesheets/gl_bootstrap.scss
View file @
28cc1991
...
...
@@ -9,6 +9,7 @@
$font-size-base
:
13px
!
default
;
$nav-pills-active-link-hover-bg
:
$bg_primary
;
$pagination-active-bg
:
$bg_primary
;
$list-group-active-bg
:
$bg_style_color
;
// Core variables and mixins
@import
"bootstrap/variables"
;
...
...
app/assets/stylesheets/main/variables.scss
View file @
28cc1991
/*
*
/*
* General Colors
*/
$primary_color
:
#2FA0BB
;
$link_color
:
#3A89A3
;
$style_color
:
#474D57
;
$bg_style_color
:
#2299BB
;
$list-group-active-bg
:
$bg_style_color
;
$hover
:
#D9EDF7
;
/*
* Link colors
*/
$link_color
:
#446e9b
;
$link_hover_color
:
#2FA0BB
;
/*
* Success colors (green)
*/
...
...
app/assets/stylesheets/sections/nav.scss
View file @
28cc1991
...
...
@@ -64,7 +64,7 @@
left
:
50%
;
width
:
0
;
height
:
0
;
border-color
:
transparent
transparent
#29b
transparent
;
border-color
:
transparent
transparent
$link_color
transparent
;
border-style
:
solid
;
border-width
:
6px
;
margin-left
:
-6px
;
...
...
@@ -116,7 +116,7 @@
padding
:
5px
0
;
&
.active
{
background-color
:
$
primary
_color
;
background-color
:
$
link_hover
_color
;
a
{
color
:
#fff
;
...
...
app/assets/stylesheets/sections/notes.scss
View file @
28cc1991
...
...
@@ -37,7 +37,7 @@ ul.notes {
font-weight
:
bold
;
font-size
:
14px
;
&
:hover
{
color
:
$
primary
_color
;
color
:
$
link_hover
_color
;
}
}
}
...
...
@@ -172,7 +172,7 @@ ul.notes {
@extend
.cgray
;
&
:hover
{
color
:
$
primary
_color
;
color
:
$
link_hover
_color
;
&
.danger
{
@extend
.cred
;
}
}
}
...
...
app/assets/stylesheets/sections/projects.scss
View file @
28cc1991
...
...
@@ -85,7 +85,7 @@
.btn
{
background
:
none
;
color
:
#29b
;
color
:
$link_color
;
&
.active
{
color
:
#333
;
...
...
app/assets/stylesheets/sections/tree.scss
View file @
28cc1991
...
...
@@ -53,7 +53,7 @@
vertical-align
:
middle
;
a
{
&
:hover
{
color
:
$
primary
_color
;
color
:
$
link_hover
_color
;
}
}
...
...
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