1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/layout/phabricator-side-menu-view.css

46 lines
1 KiB
CSS
Raw Normal View History

/**
* @provides phabricator-side-menu-view-css
*/
.phabricator-side-menu .phui-list-item-view {
display: block;
white-space: nowrap;
text-decoration: none;
font-size: 13px;
2014-05-25 06:56:45 +02:00
-webkit-font-smoothing: antialiased;
}
.phabricator-side-menu .phui-list-item-href {
display: block;
padding: 6px 8px 6px 24px;
2014-05-25 06:56:45 +02:00
color: {$darkbluetext};
}
.phabricator-side-menu .phui-list-item-selected {
2014-05-25 22:18:51 +02:00
background-color: {$hovergrey};
border-left: 4px solid {$sky};
2014-05-25 06:56:45 +02:00
}
.device-desktop .phabricator-side-menu .phui-list-item-selected
a.phui-list-item-href:hover {
background-color: {$hoverselectedgrey};
}
2014-05-25 06:56:45 +02:00
.phabricator-side-menu .phui-list-item-selected .phui-list-item-href {
padding-left: 20px;
}
.phabricator-side-menu .phui-list-item-type-label {
padding: 6px 8px 4px 12px;
2014-05-25 06:56:45 +02:00
color: {$darkbluetext};
text-transform: uppercase;
2014-05-25 06:56:45 +02:00
font-size: 12px;
font-weight: bold;
border-style: solid;
}
.device-desktop .phabricator-side-menu a.phui-list-item-href:hover {
text-decoration: none;
2014-05-25 22:18:51 +02:00
background-color: {$hovergrey};
}