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
5c8959bb
Commit
5c8959bb
authored
8 years ago
by
Phil Hughes
Committed by
Robert Speicher
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added variables
parent
461608e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+7
-7
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+5
-0
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
5c8959bb
...
...
@@ -432,7 +432,7 @@
display
:
block
;
position
:
relative
;
top
:
-2px
;
color
:
#707070
;
color
:
$dropdown-title-btn-color
;
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
font-size
:
inherit
;
text-rendering
:
auto
;
...
...
@@ -445,7 +445,7 @@
.ui-state-active
,
.ui-state-hover
{
color
:
$md-link-color
;
background-color
:
#ecf3fe
;
background-color
:
$calendar-hover-bg
;
}
.ui-datepicker-prev
,
...
...
@@ -484,7 +484,7 @@
td
{
padding
:
0
;
border
:
1px
solid
rgba
(
#000
,
.1
)
;
border
:
1px
solid
$calendar-border-color
;
&
:first-child
{
border-left
:
0
;
...
...
@@ -502,7 +502,7 @@
}
.ui-datepicker-title
{
color
:
#555
;
color
:
$gl-gray
;
font-size
:
15px
;
line-height
:
1
;
font-weight
:
normal
;
...
...
@@ -511,13 +511,13 @@
th
{
padding
:
2px
0
;
color
:
#b8b8b8
;
color
:
$calendar-header-color
;
font-weight
:
normal
;
text-transform
:
lowercase
;
border-top
:
1px
solid
rgba
(
#000
,
.1
)
;
border-top
:
1px
solid
$calendar-border-color
;
}
.ui-datepicker-unselectable
{
background-color
:
#faf9f9
;
background-color
:
$calendar-unselectable-bg
;
}
}
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/variables.scss
View file @
5c8959bb
...
...
@@ -241,3 +241,8 @@ $note-form-border-color: #e5e5e5;
$note-toolbar-color
:
#959494
;
$zen-control-hover-color
:
#111
;
$calendar-header-color
:
#b8b8b8
;
$calendar-hover-bg
:
#ecf3fe
;
$calendar-border-color
:
rgba
(
#000
,
.1
);
$calendar-unselectable-bg
:
#faf9f9
;
This diff is collapsed.
Click to expand it.
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