Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/main-menu-view.css
| Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | .phabricator-main-menu .phabricator-main-menu-search input { | ||||
| border-width: 2px; | border-width: 2px; | ||||
| border-color: rgba(0,0,0,.6); | border-color: rgba(0,0,0,.6); | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| background-color: rgba(0,0,0,.5); | background-color: rgba(0,0,0,.5); | ||||
| opacity: .8; | opacity: .8; | ||||
| height: 28px; | height: 28px; | ||||
| line-height: 12px; | line-height: 12px; | ||||
| box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); | box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); | ||||
| padding: 6px 30px 6px 6px; | padding: 6px 30px 6px 46px; | ||||
| float: left; | float: left; | ||||
| width: 205px; | width: 205px; | ||||
| left: 0; | |||||
| } | } | ||||
| .phabricator-main-menu.main-header-dark .phabricator-main-menu-search input { | .phabricator-main-menu.main-header-dark .phabricator-main-menu-search input { | ||||
| background-color: rgba(150,150,150,.5); | background-color: rgba(150,150,150,.5); | ||||
| border-color: #333; | border-color: #333; | ||||
| } | } | ||||
| .device .phabricator-main-menu-search input { | .device .phabricator-main-menu-search input { | ||||
| Show All 27 Lines | .phabricator-main-menu-search button { | ||||
| width: 28px; | width: 28px; | ||||
| top: 10px; | top: 10px; | ||||
| right: -7px; | right: -7px; | ||||
| margin: 0 8px 0 0; | margin: 0 8px 0 0; | ||||
| padding: 0; | padding: 0; | ||||
| border-radius: 0; | border-radius: 0; | ||||
| } | } | ||||
| .phabricator-main-menu-search button.phabricator-main-menu-search-dropdown { | |||||
| position: absolute; | |||||
| right: auto; | |||||
| left: 0; | |||||
| width: 40px; | |||||
| } | |||||
| .phabricator-main-menu-search button.phabricator-main-menu-search-dropdown | |||||
| .phui-icon-view { | |||||
| color: rgba(255,255,255,.8); | |||||
| } | |||||
| .phabricator-main-menu-search-dropdown .caret { | |||||
| position: absolute; | |||||
| right: 4px; | |||||
| top: 3px; | |||||
| } | |||||
| .phabricator-main-menu-search button:hover { | .phabricator-main-menu-search button:hover { | ||||
| color: #fff; | color: #fff; | ||||
| } | } | ||||
| .device .phabricator-main-menu-search button { | .device .phabricator-main-menu-search button { | ||||
| top: 6px; | top: 6px; | ||||
| border-radius: 0; | border-radius: 0; | ||||
| height: 28px; | height: 28px; | ||||
| ▲ Show 20 Lines • Show All 318 Lines • Show Last 20 Lines | |||||