Style task read-only details

This commit is contained in:
2016-10-21 14:47:55 +02:00
parent 6abc29061a
commit be7ef81e96
4 changed files with 68 additions and 21 deletions

View File

@@ -195,12 +195,10 @@ input, input.form-control
display: table
width: 100%
position: relative
margin-bottom: initial // overrides BS
.table-row
display: table-row
&:hover
background-color: $color-background-light
.table-head
display: table-header-group
@@ -227,6 +225,9 @@ input, input.form-control
border-bottom: none
cursor: e-resize
.table.table-hover
.table-row:hover
background-color: $color-background-light
/* Generic Statuses */
.processing