Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-button.css
| Show First 20 Lines • Show All 126 Lines • ▼ Show 20 Lines | |||||
| a.button.simple:hover, | a.button.simple:hover, | ||||
| button.simple:hover { | button.simple:hover { | ||||
| background-color: #fff; | background-color: #fff; | ||||
| border-color: {$blueborder}; | border-color: {$blueborder}; | ||||
| background-image: none; | background-image: none; | ||||
| border-bottom-color: {$darkblueborder}; | border-bottom-color: {$darkblueborder}; | ||||
| box-shadow: none; | box-shadow: none; | ||||
| text-decoration: none; | |||||
| } | |||||
| a.button.simple .phui-icon-view { | |||||
| border: none; | |||||
| } | } | ||||
| a.button.simple.phuix-dropdown-open { | a.button.simple.phuix-dropdown-open { | ||||
| background-color: #fff; | background-color: #fff; | ||||
| box-shadow: none; | box-shadow: none; | ||||
| } | } | ||||
| a.button.grey:hover, | a.button.grey:hover, | ||||
| ▲ Show 20 Lines • Show All 151 Lines • ▼ Show 20 Lines | |||||
| .button .phui-icon-view { | .button .phui-icon-view { | ||||
| display: inline-block; | display: inline-block; | ||||
| position: absolute; | position: absolute; | ||||
| top: 5px; | top: 5px; | ||||
| left: 10px; | left: 10px; | ||||
| } | } | ||||
| .phui-button-bar .button .phui-icon-view { | .phui-button-bar .button .phui-icon-view { | ||||
| left: 12px; | left: 9px; | ||||
| } | } | ||||
| .button.has-icon .phui-button-text { | .button.has-icon .phui-button-text { | ||||
| margin-left: 16px; | margin-left: 16px; | ||||
| } | } | ||||
| /* Login Buttons */ | /* Login Buttons */ | ||||
| Show All 16 Lines | .button.big.has-icon .phui-button-subtext { | ||||
| font-weight: normal; | font-weight: normal; | ||||
| } | } | ||||
| /* PHUI Button Bar */ | /* PHUI Button Bar */ | ||||
| .phui-button-bar a.button.has-icon { | .phui-button-bar a.button.has-icon { | ||||
| display: inline-block; | display: inline-block; | ||||
| height: 16px; | height: 16px; | ||||
| width: 12px; | width: 6px; | ||||
| } | } | ||||
| .phui-button-bar .phui-button-bar-first { | .phui-button-bar .phui-button-bar-first { | ||||
| border-top-right-radius: 0px; | border-top-right-radius: 0px; | ||||
| border-bottom-right-radius: 0px; | border-bottom-right-radius: 0px; | ||||
| } | } | ||||
| .phui-button-bar .phui-button-bar-middle { | .phui-button-bar .phui-button-bar-middle { | ||||
| ▲ Show 20 Lines • Show All 74 Lines • Show Last 20 Lines | |||||