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
764ef25c
Commit
764ef25c
authored
Aug 19, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove #faf9f9 and #f9f9f9 from color palette; replace with #fafafa
parent
68b3c8c2
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
82 additions
and
83 deletions
+82
-83
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+2
-2
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+1
-1
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+1
-1
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+69
-70
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+2
-2
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+2
-2
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+2
-2
app/assets/stylesheets/pages/merge_conflicts.scss
app/assets/stylesheets/pages/merge_conflicts.scss
+1
-1
app/assets/stylesheets/pages/todos.scss
app/assets/stylesheets/pages/todos.scss
+1
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
764ef25c
...
...
@@ -53,7 +53,7 @@ pre {
&
.well-pre
{
border
:
1px
solid
#eee
;
background
:
#f9f9f9
;
background
:
$gray-light
;
border-radius
:
0
;
color
:
#555
;
}
...
...
@@ -225,7 +225,7 @@ li.note {
.milestone
{
&
.milestone-closed
{
background
:
#f9f9f9
;
background
:
$gray-light
;
}
.progress
{
margin-bottom
:
0
;
...
...
app/assets/stylesheets/framework/files.scss
View file @
764ef25c
...
...
@@ -115,7 +115,7 @@
padding
:
0
;
}
td
.blame-commit
{
background
:
#f9f9f9
;
background
:
$gray-light
;
min-width
:
350px
;
.commit-author-link
{
...
...
app/assets/stylesheets/framework/mixins.scss
View file @
764ef25c
...
...
@@ -76,7 +76,7 @@
}
&
.active
{
background
:
#f9f9f9
;
background
:
$gray-light
;
a
{
font-weight
:
600
;
}
...
...
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
View file @
764ef25c
...
...
@@ -125,7 +125,7 @@ $panel-inner-border: $border-color;
//
//##
$well-bg
:
#f9f9f9
;
$well-bg
:
$gray-light
;
$well-border
:
#eee
;
//== Code
...
...
app/assets/stylesheets/framework/variables.scss
View file @
764ef25c
...
...
@@ -9,13 +9,79 @@ $gutter_inner_width: 258px;
$sidebar-transition-duration
:
.15s
;
$sidebar-breakpoint
:
1024px
;
/*
* Color schema
*/
$white-light
:
#fff
;
$white-normal
:
#ededed
;
$white-dark
:
#ececec
;
$gray-light
:
#fafafa
;
$gray-normal
:
#f5f5f5
;
$gray-dark
:
#ededed
;
$gray-darkest
:
#c9c9c9
;
$green-light
:
#38ae67
;
$green-normal
:
#2faa60
;
$green-dark
:
#2ca05b
;
$blue-light
:
#2ea8e5
;
$blue-normal
:
#2d9fd8
;
$blue-dark
:
#2897ce
;
$blue-medium-light
:
#3498cb
;
$blue-medium
:
#2f8ebf
;
$blue-medium-dark
:
#2d86b4
;
$orange-light
:
#fc8a51
;
$orange-normal
:
#e75e40
;
$orange-dark
:
#ce5237
;
$red-light
:
#e52c5a
;
$red-normal
:
#d22852
;
$red-dark
:
darken
(
$red-normal
,
5%
);
$black
:
#000
;
$black-transparent
:
rgba
(
0
,
0
,
0
,
0
.3
);
$border-white-light
:
#f1f2f4
;
$border-white-normal
:
#d6dae2
;
$border-white-dark
:
#c6cacf
;
$border-gray-light
:
#dcdcdc
;
$border-gray-normal
:
#d7d7d7
;
$border-gray-dark
:
#c6cacf
;
$border-green-light
:
#2faa60
;
$border-green-normal
:
#2ca05b
;
$border-green-dark
:
#279654
;
$border-blue-light
:
#2d9fd8
;
$border-blue-normal
:
#2897ce
;
$border-blue-dark
:
#258dc1
;
$border-orange-light
:
#fc6d26
;
$border-orange-normal
:
#ce5237
;
$border-orange-dark
:
#c14e35
;
$border-red-light
:
#d22852
;
$border-red-normal
:
#ca264f
;
$border-red-dark
:
darken
(
$border-red-normal
,
5%
);
$help-well-bg
:
$gray-light
;
$help-well-border
:
#e5e5e5
;
$warning-message-bg
:
#fbf2d9
;
$warning-message-color
:
#9e8e60
;
$warning-message-border
:
#f0e2bb
;
/*
* UI elements
*/
$border-color
:
#e5e5e5
;
$focus-border-color
:
#3aabf0
;
$table-border-color
:
#f0f0f0
;
$background-color
:
#fafafa
;
$background-color
:
$gray-light
;
$dark-background-color
:
#f5f5f5
;
$table-text-gray
:
#8f8f8f
;
...
...
@@ -90,73 +156,6 @@ $btn-side-margin: 10px;
$btn-sm-side-margin
:
7px
;
$btn-xs-side-margin
:
5px
;
/*
* Color schema
*/
$white-light
:
#fff
;
$white-normal
:
#ededed
;
$white-dark
:
#ececec
;
$gray-light
:
#faf9f9
;
$gray-normal
:
#f5f5f5
;
$gray-dark
:
#ededed
;
$gray-darkest
:
#c9c9c9
;
$green-light
:
#38ae67
;
$green-normal
:
#2faa60
;
$green-dark
:
#2ca05b
;
$blue-light
:
#2ea8e5
;
$blue-normal
:
#2d9fd8
;
$blue-dark
:
#2897ce
;
$blue-medium-light
:
#3498cb
;
$blue-medium
:
#2f8ebf
;
$blue-medium-dark
:
#2d86b4
;
$orange-light
:
#fc8a51
;
$orange-normal
:
#e75e40
;
$orange-dark
:
#ce5237
;
$red-light
:
#e52c5a
;
$red-normal
:
#d22852
;
$red-dark
:
darken
(
$red-normal
,
5%
);
$black
:
#000
;
$black-transparent
:
rgba
(
0
,
0
,
0
,
0
.3
);
$border-white-light
:
#f1f2f4
;
$border-white-normal
:
#d6dae2
;
$border-white-dark
:
#c6cacf
;
$border-gray-light
:
#dcdcdc
;
$border-gray-normal
:
#d7d7d7
;
$border-gray-dark
:
#c6cacf
;
$border-green-light
:
#2faa60
;
$border-green-normal
:
#2ca05b
;
$border-green-dark
:
#279654
;
$border-blue-light
:
#2d9fd8
;
$border-blue-normal
:
#2897ce
;
$border-blue-dark
:
#258dc1
;
$border-orange-light
:
#fc6d26
;
$border-orange-normal
:
#ce5237
;
$border-orange-dark
:
#c14e35
;
$border-red-light
:
#d22852
;
$border-red-normal
:
#ca264f
;
$border-red-dark
:
darken
(
$border-red-normal
,
5%
);
$help-well-bg
:
#fafafa
;
$help-well-border
:
#e5e5e5
;
$warning-message-bg
:
#fbf2d9
;
$warning-message-color
:
#9e8e60
;
$warning-message-border
:
#f0e2bb
;
/* tanuki logo colors */
$tanuki-red
:
#e24329
;
$tanuki-orange
:
#fc6d26
;
...
...
@@ -186,7 +185,7 @@ $line-removed-dark: #fac5cd;
$line-number-old
:
#f9d7dc
;
$line-number-new
:
#ddfbe6
;
$line-number-select
:
#fbf2da
;
$match-line
:
#fafafa
;
$match-line
:
$gray-light
;
$table-border-gray
:
#f0f0f0
;
$line-target-blue
:
#eaf3fc
;
$line-select-yellow
:
#fcf8e7
;
...
...
@@ -267,7 +266,7 @@ $zen-control-hover-color: #111;
$calendar-header-color
:
#b8b8b8
;
$calendar-hover-bg
:
#ecf3fe
;
$calendar-border-color
:
rgba
(
#000
,
.1
);
$calendar-unselectable-bg
:
#faf9f9
;
$calendar-unselectable-bg
:
$gray-light
;
/*
* Personal Access Tokens
...
...
app/assets/stylesheets/pages/commits.scss
View file @
764ef25c
...
...
@@ -113,10 +113,10 @@
.commit-row-description
{
font-size
:
14px
;
border-left
:
1px
solid
#eee
;
border-left
:
1px
solid
$btn-gray-hover
;
padding
:
10px
15px
;
margin
:
10px
0
;
background
:
#f9f9f9
;
background
:
$gray-light
;
display
:
none
;
pre
{
...
...
app/assets/stylesheets/pages/events.scss
View file @
764ef25c
...
...
@@ -60,7 +60,7 @@
pre
{
border
:
none
;
background
:
#f9f9f9
;
background
:
$gray-light
;
border-radius
:
0
;
color
:
#777
;
margin
:
0
20px
;
...
...
@@ -92,7 +92,7 @@
border
:
1px
solid
#eee
;
padding
:
5px
;
@include
border-radius
(
5px
);
background
:
#f9f9f9
;
background
:
$gray-light
;
margin-left
:
10px
;
top
:
-6px
;
img
{
...
...
app/assets/stylesheets/pages/issues.scss
View file @
764ef25c
...
...
@@ -68,12 +68,12 @@ form.edit-issue {
}
&
.closed
{
background
:
#f9f9f9
;
background
:
$gray-light
;
border-color
:
#e5e5e5
;
}
&
.merged
{
background
:
#f9f9f9
;
background
:
$gray-light
;
border-color
:
#e5e5e5
;
}
}
...
...
app/assets/stylesheets/pages/merge_conflicts.scss
View file @
764ef25c
...
...
@@ -16,7 +16,7 @@ $colors: (
white_button_origin_chosen
:
#268ced
,
white_header_not_chosen
:
#f0f0f0
,
white_line_not_chosen
:
#f9f9f9
,
white_line_not_chosen
:
$gray-light
,
dark_header_head_neutral
:
rgba
(
#3f3
,
.2
)
,
...
...
app/assets/stylesheets/pages/todos.scss
View file @
764ef25c
...
...
@@ -99,7 +99,7 @@
pre
{
border
:
none
;
background
:
#f9f9f9
;
background
:
$gray-light
;
border-radius
:
0
;
color
:
#777
;
margin
:
0
20px
;
...
...
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