silverstripe-cms/css/CMSMain.css

9 lines
747 B
CSS

/** Style custom to the CMSMain admin interface. CMSMain extends the built in sapphire admin section styles. As much as possible we want to use those built in styles. If anything in this file can be implemented in a generic way then it should be include in the admin scss files. @package cms */
/** ------------------------------------------------------------------ Page History Section. ----------------------------------------------------------------- */
/* line 15, ../scss/CMSMain.scss */
#cms-page-history-versions tr.loading { color: #999; }
/* line 20, ../scss/CMSMain.scss */
#cms-page-history-versions tr.loading td:hover { cursor: none; }
/* line 27, ../scss/CMSMain.scss */
#cms-page-history-versions td:hover { cursor: pointer; }