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
2f642027
Commit
2f642027
authored
Feb 05, 2014
by
Thomas Park
Browse files
flatly: remove table borders
parent
da0711b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
flatly/bootstrap.css
View file @
2f642027
...
...
@@ -5778,6 +5778,22 @@ td.visible-print {
.table
tr
.danger
{
color
:
#fff
;
}
.table
>
thead
>
tr
>
th
,
.table
>
tbody
>
tr
>
th
,
.table
>
tfoot
>
tr
>
th
,
.table
>
thead
>
tr
>
td
,
.table
>
tbody
>
tr
>
td
,
.table
>
tfoot
>
tr
>
td
{
border
:
none
;
}
.table-bordered
>
thead
>
tr
>
th
,
.table-bordered
>
tbody
>
tr
>
th
,
.table-bordered
>
tfoot
>
tr
>
th
,
.table-bordered
>
thead
>
tr
>
td
,
.table-bordered
>
tbody
>
tr
>
td
,
.table-bordered
>
tfoot
>
tr
>
td
{
border
:
1px
solid
#ecf0f1
;
}
.form-control
,
textarea
.form-control
,
input
[
type
=
"text"
],
...
...
flatly/bootstrap.min.css
View file @
2f642027
This source diff could not be displayed because it is too large. You can
view the blob
instead.
flatly/bootswatch.less
View file @
2f642027
...
...
@@ -47,11 +47,29 @@
.table {
tr.success,
tr.warning,
tr.danger {
color: #fff;
}
tr.success,
tr.warning,
tr.danger {
color: #fff;
}
> thead > tr > th,
> tbody > tr > th,
> tfoot > tr > th,
> thead > tr > td,
> tbody > tr > td,
> tfoot > tr > td {
border: none;
}
&-bordered > thead > tr > th,
&-bordered > tbody > tr > th,
&-bordered > tfoot > tr > th,
&-bordered > thead > tr > td,
&-bordered > tbody > tr > td,
&-bordered > tfoot > tr > td {
border: 1px solid @table-border-color;
}
}
// Forms ======================================================================
...
...
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