2012-12-07 13:33:03 -08:00
|
|
|
/**
|
|
|
|
* @provides phabricator-side-menu-view-css
|
|
|
|
*/
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.phabricator-side-menu .phui-list-item-view {
|
2012-12-07 13:33:03 -08:00
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.phabricator-side-menu .phui-list-item-href {
|
|
|
|
display: block;
|
2013-01-14 13:40:51 -08:00
|
|
|
padding: 6px 8px 6px 24px;
|
2013-05-17 09:58:37 -07:00
|
|
|
color: #e1e2e5;
|
|
|
|
text-shadow: rgba(0, 0, 0, 1) 0px 1px 1px;
|
|
|
|
}
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.phabricator-side-menu .phui-list-item-selected,
|
|
|
|
.device-desktop .phui-side-menu
|
|
|
|
.phui-list-item-selected.phui-list-item-href:hover {
|
2013-05-17 09:58:37 -07:00
|
|
|
background-color: #305c85;
|
2013-01-14 13:40:51 -08:00
|
|
|
color: #fff;
|
2012-12-07 13:33:03 -08:00
|
|
|
}
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.phabricator-side-menu .phui-list-item-type-label {
|
2013-01-14 13:40:51 -08:00
|
|
|
padding: 6px 8px 4px 12px;
|
2013-05-17 09:58:37 -07:00
|
|
|
color: #f7f7f7;
|
2012-12-07 13:33:03 -08:00
|
|
|
text-transform: uppercase;
|
2013-08-26 11:53:11 -07:00
|
|
|
font-size: 11px;
|
2013-01-14 13:40:51 -08:00
|
|
|
font-weight: bold;
|
|
|
|
border-style: solid;
|
2013-01-15 20:07:53 -08:00
|
|
|
background-color: #000;
|
2012-12-07 13:33:03 -08:00
|
|
|
}
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.phabricator-dark-menu .phui-list-item-type-button,
|
|
|
|
.phabricator-side-menu .phui-list-item-type-button {
|
2013-01-29 10:20:17 -08:00
|
|
|
width: 50%;
|
|
|
|
padding: 5px 8px;
|
|
|
|
display: block;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 2px solid #000;
|
|
|
|
margin: 10px auto;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 14px;
|
|
|
|
text-shadow: 0px 1px 1px #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.phabricator-side-menu .phui-list-item-type-button:hover {
|
2013-05-17 09:58:37 -07:00
|
|
|
background-color: #1e2225;
|
2013-01-29 10:20:17 -08:00
|
|
|
}
|
|
|
|
|
2013-06-05 08:41:43 -07:00
|
|
|
.device-desktop .phabricator-side-menu a.phui-list-item-href:hover {
|
2012-12-07 13:33:03 -08:00
|
|
|
text-decoration: none;
|
2013-05-17 09:58:37 -07:00
|
|
|
background-color: #1e2225;
|
2012-12-07 13:33:03 -08:00
|
|
|
}
|