Файл: cms/css/CMSMain.css
Строк: 41
/** Style  custom to the CMSMain admin interface. CMSMain extends the built
in SilverStripe 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.
-----------------------------------------------------------------
*/
#cms-page-history-versions tr.loading { color: #999;
}
#cms-page-history-versions tr.loading td:hover { cursor: none;
}
#cms-page-history-versions td:hover { cursor: pointer;
}
.CMSPageHistoryController ins { background-color: #DFD; padding: 2px;
text-decoration: none; }
.CMSPageHistoryController del { background-color:
#FDD; padding: 2px; color: #ff4444; }