2013-04-04 19:38:50 +02:00
|
|
|
/**
|
2013-04-05 16:40:27 +02:00
|
|
|
* @provides sprite-actions-css
|
2013-04-04 19:38:50 +02:00
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.sprite-actions {
|
|
|
|
background-image: url(/rsrc/image/sprite-actions.png);
|
2013-04-04 19:38:50 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media
|
|
|
|
only screen and (min-device-pixel-ratio: 1.5),
|
|
|
|
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
2013-04-05 16:40:27 +02:00
|
|
|
.sprite-actions {
|
|
|
|
background-image: url(/rsrc/image/sprite-actions-X2.png);
|
2013-04-04 19:38:50 +02:00
|
|
|
background-size: 125px 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-flag-dark, .device-desktop .actions-flag-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-heart-dark, .device-desktop .actions-heart-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-move-dark, .device-desktop .actions-move-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-new-dark, .device-desktop .actions-new-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-search-dark, .device-desktop .actions-search-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-settings-dark, .device-desktop .actions-settings-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-star-dark, .device-desktop .actions-star-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-tag-dark, .device-desktop .actions-tag-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-wrench-dark, .device-desktop .actions-wrench-grey.phabricator-action-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-flag-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-heart-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-move-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-new-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-search-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-settings-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-star-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-tag-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-wrench-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-flag-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-heart-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-move-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-new-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-search-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-settings-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-star-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-tag-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -125px;
|
|
|
|
}
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.actions-wrench-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -125px;
|
|
|
|
}
|