Not sure if it's just my admin theme that's overriding it, but it would be handy to be able to see the disabled views tabs greyed-out, rather than having to open the view to see its disabled status.

Thx.

Comments

inky@inky3d.com’s picture

Version: 7.x-3.8 » 7.x-3.11

I agree that this would be very useful. There was some styling in this regard for the D6 module/

I have often added this to views:

File: \sites\all\modules\contrib\views\css\views-admin.css
Line: at the bottom
Add:

/* Add styling to Disabled Views Tabs */

a.views-display-disabled-link {
font-style: italic;
color: #808080 !important;
}
a.views-display-disabled-link:hover { color: #FFFFFF !important;}