Project

General

Profile

« Previous | Next » 

Revision d9bad9e8

Added by Jared Dillard over 8 years ago

change opacity on disabled rows to fix #6448

View differences:

src/usr/local/www/css/pfSense.css
92 92
    font-family: Roboto, sans-serif;
93 93
}
94 94

  
95
tr.disabled td,
96
tr.disabled th {
95
.table-striped>tbody>tr.disabled:nth-of-type(odd) {
96
    background-color: rgba(249, 249, 249, .5);
97
    color: rgba(51,51,51,.5);
98
}
99

  
100
.table-striped>tbody>tr.disabled:nth-of-type(even) {
101
    background-color: rgba(255, 255, 255, .5);
102
    color: rgba(51,51,51,.5);
103
}
104

  
105
.table-hover>tbody>tr.disabled:hover {
106
    background-color: rgba(245, 245, 245, .5);
107
}
108

  
109
tr.disabled i.fa {
97 110
    opacity: .5;
98 111
}
99 112

  
113
tr.disabled a {
114
    color: rgba(51, 122, 183, .5)
115
}
116

  
100 117
.contains-table table {
101 118
    border: 1px solid #ddd;
102 119
}

Also available in: Unified diff