Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ebed09ec
Commit
ebed09ec
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip
parents
823b5acc
f3b38146
5 merge requests
!6060
Waits to tigger the hidden event
,
!6055
Typeahead complex source
,
!6061
Sorry, close this. I pulled to the wrong branch!
,
!5972
Dropdowfocus
,
!5974
Dropdownchanges
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+6
-6
docs/assets/css/bootstrap.css
less/forms.less
+3
-3
less/forms.less
with
9 additions
and
9 deletions
+9
-9
docs/assets/css/bootstrap.css
+
6
-
6
View file @
ebed09ec
...
...
@@ -1588,16 +1588,16 @@ input[type="checkbox"][readonly] {
border-color
:
#3a87ad
;
}
input
:focus:
required:
invalid
,
textarea
:focus:
required:
invalid
,
select
:focus:
required:
invalid
{
input
:focus:invalid
,
textarea
:focus:invalid
,
select
:focus:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;
}
input
:focus:
required:
invalid:focus
,
textarea
:focus:
required:
invalid:focus
,
select
:focus:
required:
invalid:focus
{
input
:focus:invalid:focus
,
textarea
:focus:invalid:focus
,
select
:focus:invalid:focus
{
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-moz-box-shadow
:
0
0
6px
#f8b9b7
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
3
-
3
View file @
ebed09ec
...
...
@@ -366,9 +366,9 @@ input[type="checkbox"][readonly] {
// HTML5 invalid states
// Shares styles with the .control-group.error above
input:focus:
required:
invalid,
textarea:focus:
required:
invalid,
select:focus:
required:
invalid {
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b;
&:focus {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets