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
9d0328ff
Commit
9d0328ff
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
adding outline callout as a fallback for IE--needs testing though, thought I already added this
parent
11d7ef15
4 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1315
[2.0-wip] Fix mustache glob when building
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+5
-2
docs/assets/css/bootstrap.css
less/forms.less
+1
-0
less/forms.less
with
6 additions
and
2 deletions
+6
-2
docs/assets/css/bootstrap.css
+
5
-
2
View file @
9d0328ff
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.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 @twitter by @mdo and @fat.
* Date:
Thu
Jan 2
6 22:39:03
PST 2012
* Date:
Fri
Jan 2
7 08:21:21
PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
@@ -604,6 +604,9 @@ input:focus, textarea:focus {
...
@@ -604,6 +604,9 @@ input:focus, textarea:focus {
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
outline
:
0
;
outline
:
0
;
outline
:
1px
dotted
#666
\
9
;
/* IE6-8 */
}
}
input
[
type
=
file
]
:focus
,
input
[
type
=
checkbox
]
:focus
,
select
:focus
{
input
[
type
=
file
]
:focus
,
input
[
type
=
checkbox
]
:focus
,
select
:focus
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
...
@@ -1831,7 +1834,7 @@ table .span12 {
...
@@ -1831,7 +1834,7 @@ table .span12 {
.navbar-search
.search-query
:-moz-placeholder
{
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
color
:
#eeeeee
;
}
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
color
:
#eeeeee
;
}
}
.navbar-search
.search-query
:hover
{
.navbar-search
.search-query
:hover
{
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
9d0328ff
...
@@ -192,6 +192,7 @@ textarea:focus {
...
@@ -192,6 +192,7 @@ textarea:focus {
@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
.box-shadow(@shadow);
outline: 0;
outline: 0;
outline: 1px dotted #666 \9; /* IE6-8 */
}
}
input[type=file]:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=checkbox]: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