Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/main-menu-view.css
| Show All 11 Lines | |||||
| */ | */ | ||||
| .phabricator-main-menu { | .phabricator-main-menu { | ||||
| position: relative; | position: relative; | ||||
| } | } | ||||
| .phabricator-main-menu-background { | .phabricator-main-menu-background { | ||||
| min-height: 43px; | min-height: 43px; | ||||
| background: #ebecee; | background-color: #ebecee; | ||||
| border-bottom: 1px solid rgba(0,0,0,.1); | border-bottom: 1px solid rgba(0,0,0,.1); | ||||
| } | } | ||||
| .device-desktop .phabricator-main-menu { | .device-desktop .phabricator-main-menu { | ||||
| height: 43px; | height: 43px; | ||||
| padding-right: 4px; | padding-right: 4px; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 570 Lines • Show Last 20 Lines | |||||