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
5de8b277
Commit
5de8b277
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add vars for navbar search
parent
a3e9fc54
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
docs/download.html
+6
-0
docs/download.html
docs/templates/pages/download.mustache
+6
-0
docs/templates/pages/download.mustache
less/navbar.less
+3
-3
less/navbar.less
less/variables.less
+3
-0
less/variables.less
with
19 additions
and
4 deletions
+19
-4
docs/assets/bootstrap.zip
+
0
-
0
View file @
5de8b277
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
5de8b277
...
...
@@ -2882,7 +2882,7 @@ input[type="submit"].btn.btn-small {
line-height
:
1
;
color
:
#ffffff
;
background-color
:
#626262
;
border
:
1px
solid
#
000000
;
border
:
1px
solid
#
151515
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
...
...
This diff is collapsed.
Click to expand it.
docs/download.html
+
6
-
0
View file @
5de8b277
...
...
@@ -327,6 +327,12 @@
<input
type=
"text"
class=
"span3"
placeholder=
"transparent"
>
<label>
@navbarLinkBackgroundActive
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@navbarBackground"
>
<label>
@navbarSearchBackground
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"lighten(@navbarBackground, 25%)"
>
<label>
@navbarSearchBackgroundFocus
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@white"
>
<label>
@navbarSearchBorder
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"darken(@navbarSearchBackground, 30%)"
>
<label>
@navbarSearchPlaceholderColor
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"#ccc"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/download.mustache
+
6
-
0
View file @
5de8b277
...
...
@@ -251,6 +251,12 @@
<input
type=
"text"
class=
"span3"
placeholder=
"transparent"
>
<label>
@navbarLinkBackgroundActive
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@navbarBackground"
>
<label>
@navbarSearchBackground
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"lighten(@navbarBackground, 25%)"
>
<label>
@navbarSearchBackgroundFocus
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"@white"
>
<label>
@navbarSearchBorder
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"darken(@navbarSearchBackground, 30%)"
>
<label>
@navbarSearchPlaceholderColor
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"#ccc"
>
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
3
-
3
View file @
5de8b277
...
...
@@ -127,8 +127,8 @@
padding: 4px 9px;
#font > .sans-serif(13px, normal, 1);
color: @white;
background-color:
lighten(
@navbarBackground
, 25%)
;
border: 1px solid
darken(@navbarBackground, 15%)
;
background-color: @navbar
Search
Background;
border: 1px solid
@navbarSearchBorder
;
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
.box-shadow(@shadow);
.transition(none);
...
...
@@ -147,7 +147,7 @@
padding: 5px 10px;
color: @grayDark;
text-shadow: 0 1px 0 @white;
background-color: @
white
;
background-color: @
navbarSearchBackgroundFocus
;
border: 0;
.box-shadow(0 0 3px rgba(0,0,0,.15));
outline: 0;
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
3
-
0
View file @
5de8b277
...
...
@@ -149,6 +149,9 @@
@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: @navbarBackground;
@navbarSearchBackground: lighten(@navbarBackground, 25%);
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
...
...
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