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
Kazuhiko Shiozaki
gitlab-ce
Commits
a80d55b7
Commit
a80d55b7
authored
8 years ago
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Border radius to vars.
Only top search is gray.
parent
c10705c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+7
-3
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
+3
-3
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
a80d55b7
...
...
@@ -3,11 +3,15 @@ textarea {
}
input
{
border-radius
:
3px
;
border-radius
:
$border-radius-base
;
}
input
[
type
=
'search'
]
{
background-color
:
white
;
padding-left
:
10px
;
}
input
[
type
=
'search'
],
input
[
type
=
'search'
]
.search-text-input
{
input
[
type
=
'search'
]
.search-input
{
background-repeat
:
no-repeat
;
background-position
:
10px
;
background-size
:
16px
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/tw_bootstrap_variables.scss
View file @
a80d55b7
...
...
@@ -22,9 +22,9 @@ $brand-info: $gl-info;
$brand-warning
:
$gl-warning
;
$brand-danger
:
$gl-danger
;
$border-radius-base
:
2
px
!
default
;
$border-radius-large
:
2
px
!
default
;
$border-radius-small
:
2
px
!
default
;
$border-radius-base
:
3
px
!
default
;
$border-radius-large
:
3
px
!
default
;
$border-radius-small
:
3
px
!
default
;
//== Scaffolding
...
...
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