Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
f67ba5b0
Commit
f67ba5b0
authored
Jul 29, 2013
by
Thomas Park
Browse files
amelia: borders on inputs in dropdown, fixes #67
parent
30644d0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
amelia/bootstrap.css
View file @
f67ba5b0
...
...
@@ -3,11 +3,11 @@
/*!
* Bootstrap v2.3.2
*
* Copyright 201
2
Twitter, Inc
* Copyright 201
3
Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world
@twitter
by @mdo and @fat.
* Designed and built with all the love in the world by @mdo and @fat.
*/
.clearfix
{
...
...
@@ -6844,14 +6844,18 @@ label,
.help-block
,
.input-file
{
color
:
inherit
;
border:
0 solid transparent
;
border
:
none
;
}
input
,
textarea
,
.uneditable-input
{
padding
:
10px
;
border: 0 solid transparent;
border
:
none
;
}
.dropdown
input
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.2
);
}
.uneditable-input
{
...
...
@@ -6859,7 +6863,7 @@ textarea,
}
select
{
border:
0 solid transparent
;
border
:
none
;
}
button
{
...
...
amelia/bootstrap.min.css
View file @
f67ba5b0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
amelia/bootswatch.less
View file @
f67ba5b0
...
...
@@ -516,21 +516,25 @@ legend {
}
legend, label, .help-block, .input-file {
border:
0px solid transparent
;
border:
none
;
color: inherit;
}
input, textarea, .uneditable-input {
border:
0px solid transparent
;
border:
none
;
padding: 10px;
}
.dropdown input {
border: 1px solid @dropdownBorder;
}
.uneditable-input {
padding-bottom: 30px;
}
select {
border:
0px solid transparent
;
border:
none
;
}
button {
...
...
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