Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-button.css
| Show First 20 Lines • Show All 192 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| button.link:hover { | button.link:hover { | ||||
| text-decoration: underline; | text-decoration: underline; | ||||
| } | } | ||||
| .phuix-dropdown-menu { | .phuix-dropdown-menu { | ||||
| position: absolute; | position: absolute; | ||||
| width: 240px; | width: 200px; | ||||
| background: #fff; | background: #fff; | ||||
| margin-top: -1px; | margin-top: -1px; | ||||
| padding: 5px 0; | padding: 12px; | ||||
| box-shadow: {$dropshadow}; | box-shadow: {$dropshadow}; | ||||
| border: 1px solid {$blueborder}; | border: 1px solid {$lightgreyborder}; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| margin-bottom: 16px; | margin-bottom: 16px; | ||||
| } | } | ||||
epriestley: Remove if unused? | |||||
| .phuix-dropdown-menu a:focus { | .phuix-dropdown-menu a:focus { | ||||
| /* We automatically focus links in dropdown menus for assistive devices, but | /* We automatically focus links in dropdown menus for assistive devices, but | ||||
| this is distracting for visual user agents. */ | this is distracting for visual user agents. */ | ||||
| outline: none; | outline: none; | ||||
| } | } | ||||
| a.policy-control { | a.policy-control { | ||||
| ▲ Show 20 Lines • Show All 194 Lines • Show Last 20 Lines | |||||
Remove if unused?