hedera-web/forms/admin/links/style.css

14 lines
181 B
CSS
Raw Normal View History

2015-01-31 01:05:12 +00:00
2016-12-23 08:57:49 +00:00
.cpanel .list-row:hover
2015-12-02 17:26:58 +00:00
{
background-color: rgba(1, 1, 1, 0.05);
}
2016-12-23 08:57:49 +00:00
.cpanel .list-row > .htk-image
2015-12-02 17:26:58 +00:00
{
2016-05-02 13:05:49 +00:00
margin: 0;
2015-12-02 17:26:58 +00:00
margin-right: 1em;
float: left;
2016-12-23 08:57:49 +00:00
height: 2.8em;
width: 2.8em;
2015-02-01 03:21:54 +00:00
}