PHP Classes

File: modules/system/assets/ui/less/list.rowlink.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/less/list.rowlink.less   Download  
File: modules/system/assets/ui/less/list.rowlink.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 325 bytes
 

Contents

Class file image Download
// Rowlink.less // CSS for rowlink plugin // ---------------------- tr.rowlink:not(.nolink) td { cursor: pointer; &.nolink { cursor: auto; } } .table tbody tr.rowlink:hover td { background-color: @table-bg-hover; } a.rowlink { color: inherit; font: inherit; text-decoration: inherit; }