summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-11-29 09:17:57 +0000
committerGerrit Code Review <review@openstack.org>2014-11-29 09:17:57 +0000
commit571e458ef82a75d00992703829df503083a2ed40 (patch)
tree0227131ef601452ae3d79ea35ac277c998af4898
parent7b636bf752c083327feae69f6ba291fac7a3b1ab (diff)
parent7dbdd1c90d7b9af355908617850fbdc3960dd5e1 (diff)
downloadhorizon-571e458ef82a75d00992703829df503083a2ed40.tar.gz
Merge "Fix borders for "Actions" column in Firefox" into stable/juno
-rwxr-xr-xopenstack_dashboard/static/dashboard/scss/horizon.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss
index 20aadaf4d..c04dc931c 100755
--- a/openstack_dashboard/static/dashboard/scss/horizon.scss
+++ b/openstack_dashboard/static/dashboard/scss/horizon.scss
@@ -842,9 +842,11 @@ div.table_cell_wrapper {
* the bootstrap style when necessary by setting the odd/even classes.
*/
.table-striped.datatable tbody {
+ td {
+ background-clip: padding-box;
+ }
tr.odd td {
background-color: $table-bg-odd;
- background-clip: padding-box;
}
tr.even td {
background-color: inherit;
@@ -853,7 +855,6 @@ div.table_cell_wrapper {
tr.even:hover td,
tr:hover th {
background-color: $table-bg-hover;
- background-clip: padding-box;
}
}
@@ -1095,6 +1096,7 @@ td.actions_column {
padding: 10px;
position: relative;
width: 200px;
+ background-clip: padding-box;
}
td.actions_column .btn-group {