2012-07-30 20:19:02 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-glyph-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.glyph {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-size: 26px auto;
|
2012-07-30 20:19:02 +02:00
|
|
|
background-image: url(/rsrc/image/glyph_sprite.png);
|
|
|
|
}
|
|
|
|
|
2012-08-06 00:07:12 +02:00
|
|
|
@media only screen and (min-device-pixel-ratio: 2.0) {
|
|
|
|
.glyph {
|
|
|
|
background-image: url(/rsrc/image/glyph_sprite2x.png);
|
|
|
|
}
|
|
|
|
}
|
2012-07-30 20:19:02 +02:00
|
|
|
|
|
|
|
.glyph-profile {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-profile-active {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 -26px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-profile:hover {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 -130px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-settings {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0px -26px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-settings-active {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 0;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-settings:hover {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 -156px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-logout {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 -52px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-logout-active {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 -52px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-logout:hover {
|
2012-08-06 00:07:12 +02:00
|
|
|
background-position: 0 -182px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|