Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
89b6477b
Commit
89b6477b
authored
Jan 17, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .info from table rows
parent
5663833b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+0
-8
less/tables.less
less/tables.less
+0
-6
No files found.
docs/assets/css/bootstrap.css
View file @
89b6477b
...
@@ -979,10 +979,6 @@ table th[class*="span"] {
...
@@ -979,10 +979,6 @@ table th[class*="span"] {
background-color
:
#fcf8e3
;
background-color
:
#fcf8e3
;
}
}
.table
tbody
tr
.info
>
td
{
background-color
:
#d9edf7
;
}
.table-hover
tbody
tr
.success
:hover
>
td
{
.table-hover
tbody
tr
.success
:hover
>
td
{
background-color
:
#d0e9c6
;
background-color
:
#d0e9c6
;
}
}
...
@@ -995,10 +991,6 @@ table th[class*="span"] {
...
@@ -995,10 +991,6 @@ table th[class*="span"] {
background-color
:
#faf2cc
;
background-color
:
#faf2cc
;
}
}
.table-hover
tbody
tr
.info
:hover
>
td
{
background-color
:
#c4e3f3
;
}
form
{
form
{
margin
:
0
;
margin
:
0
;
}
}
...
...
less/tables.less
View file @
89b6477b
...
@@ -201,9 +201,6 @@ table th[class*="span"] {
...
@@ -201,9 +201,6 @@ table th[class*="span"] {
&.warning > td {
&.warning > td {
background-color: @state-warning-background;
background-color: @state-warning-background;
}
}
&.info > td {
background-color: @state-info-background;
}
}
}
// Hover states for .table-hover
// Hover states for .table-hover
...
@@ -217,7 +214,4 @@ table th[class*="span"] {
...
@@ -217,7 +214,4 @@ table th[class*="span"] {
&.warning:hover > td {
&.warning:hover > td {
background-color: darken(@state-warning-background, 5%);
background-color: darken(@state-warning-background, 5%);
}
}
&.info:hover > td {
background-color: darken(@state-info-background, 5%);
}
}
}
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