Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/main-menu-view.css
| Show First 20 Lines • Show All 303 Lines • ▼ Show 20 Lines | |||||
| .phabricator-main-search-typeahead-result .result-name { | .phabricator-main-search-typeahead-result .result-name { | ||||
| display: block; | display: block; | ||||
| font-size: {$normalfontsize}; | font-size: {$normalfontsize}; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| } | } | ||||
| .phabricator-main-search-typeahead-result.result-closed { | |||||
| opacity: .8; | |||||
| -webkit-filter: grayscale(100%); | |||||
| filter: grayscale(100%); | |||||
| } | |||||
| .phabricator-main-search-typeahead-result.result-closed | |||||
| .result-name { | |||||
| text-decoration: line-through; | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
| .phabricator-main-search-typeahead-result.has-image { | |||||
| padding-left: 48px; | |||||
| } | |||||
| .phabricator-main-search-typeahead-result .result-type { | .phabricator-main-search-typeahead-result .result-type { | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| font-size: {$smallestfontsize}; | font-size: {$smallestfontsize}; | ||||
| font-weight: normal; | font-weight: normal; | ||||
| } | } | ||||
| .device .phabricator-application-menu-expanded.phabricator-search-menu-expanded | .device .phabricator-application-menu-expanded.phabricator-search-menu-expanded | ||||
| .phabricator-search-menu { | .phabricator-search-menu { | ||||
| ▲ Show 20 Lines • Show All 336 Lines • Show Last 20 Lines | |||||