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
a08b2224
Commit
a08b2224
authored
May 08, 2012
by
Thomas Park
Browse files
simplex: darkened legend border-bottom
parent
845483da
Changes
3
Hide whitespace changes
Inline
Side-by-side
simplex/bootstrap.css
View file @
a08b2224
...
...
@@ -4295,8 +4295,11 @@ div.subnav .nav > li.open > a:hover {
.nav-tabs
>
li
.active
>
a
:hover
{
background-color
:
#ededed
;
}
legend
{
border-bottom
:
1px
solid
#ddd
;
}
.navbar-search
.search-query
{
border
:
1px
solid
#
CCC
;
border
:
1px
solid
#
ddd
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
...
...
simplex/bootstrap.min.css
View file @
a08b2224
...
...
@@ -735,7 +735,8 @@ div.subnav .nav>li.open>a,div.subnav .nav>li.open>a:hover{background-color:trans
.tabbable.tabs-below
>
.nav-tabs
>
li
.active
>
a
,
.tabbable.tabs-left
>
.nav-tabs
>
li
.active
>
a
,
.tabbable.tabs-right
>
.nav-tabs
>
li
.active
>
a
{
border-bottom
:
1px
solid
#ccc
;}
.nav-pills
>
li
>
a
:hover
{
background-color
:
transparent
;}
.nav-tabs
>
li
.active
>
a
,
.nav-tabs
>
li
.active
>
a
:hover
{
background-color
:
#ededed
;}
.navbar-search
.search-query
{
border
:
1px
solid
#CCC
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
#ededed
;
color
:
#555555
;}
legend
{
border-bottom
:
1px
solid
#ddd
;}
.navbar-search
.search-query
{
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
background-color
:
#ededed
;
color
:
#555555
;}
.help-inline
,
.help-block
{
font-size
:
11px
;}
.btn
{
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
font-weight
:
bold
;
background-color
:
#fafafa
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
color-stop
(
25%
,
#ffffff
),
to
(
#e6e6e6
));
background-image
:
-webkit-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-ms-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-o-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#e6e6e6'
,
GradientType
=
0
);}
.btn-primary
{
background-color
:
#4376de
;
background-image
:
-moz-linear-gradient
(
top
,
#4c7de0
,
#366ddc
);
background-image
:
-ms-linear-gradient
(
top
,
#4c7de0
,
#366ddc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#4c7de0
),
to
(
#366ddc
));
background-image
:
-webkit-linear-gradient
(
top
,
#4c7de0
,
#366ddc
);
background-image
:
-o-linear-gradient
(
top
,
#4c7de0
,
#366ddc
);
background-image
:
linear-gradient
(
top
,
#4c7de0
,
#366ddc
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#4c7de0'
,
endColorstr
=
'#366ddc'
,
GradientType
=
0
);
border-color
:
#366ddc
#366ddc
#1d4ba8
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
*
background-color
:
#366ddc
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-primary
:hover
,
.btn-primary
:active
,
.btn-primary.active
,
.btn-primary.disabled
,
.btn-primary
[
disabled
]
{
background-color
:
#366ddc
;
*
background-color
:
#255fd4
;}
...
...
simplex/bootswatch.less
View file @
a08b2224
...
...
@@ -153,8 +153,12 @@ div.subnav {
// FORMS
// -----------------------------------------------------
legend {
border-bottom: 1px solid #ddd;
}
.navbar-search .search-query {
border: 1px solid #
CCC
;
border: 1px solid #
ddd
;
.border-radius(0);
background-color: @bodyBackground;
color: @gray;
...
...
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