Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/tokenizer.css
| Show All 32 Lines | body input.jx-tokenizer-input { | ||||
| float: left; | float: left; | ||||
| width: 100%; | width: 100%; | ||||
| border-shadow: none; | border-shadow: none; | ||||
| box-shadow: none; | box-shadow: none; | ||||
| -webkit-box-shadow: none; | -webkit-box-shadow: none; | ||||
| font-size: {$normalfontsize}; | font-size: {$normalfontsize}; | ||||
| color: #333; | color: #333; | ||||
| height: 26px; | height: 26px; | ||||
| background: transparent; | |||||
| } | } | ||||
| body input.jx-tokenizer-input:focus { | body input.jx-tokenizer-input:focus { | ||||
| box-shadow: none; | box-shadow: none; | ||||
| -webkit-box-shadow: none; | -webkit-box-shadow: none; | ||||
| border-color: transparent; | border-color: transparent; | ||||
| } | } | ||||
| Show All 9 Lines | |||||
| } | } | ||||
| a.jx-tokenizer-x:hover { | a.jx-tokenizer-x:hover { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| text-decoration: none; | text-decoration: none; | ||||
| } | } | ||||
| a.jx-tokenizer-token { | a.jx-tokenizer-token { | ||||
| padding: 2px 6px; | padding: 1px 6px; | ||||
| border: 1px solid {$lightblueborder}; | border: 1px solid {$lightblueborder}; | ||||
| margin: 3px 2px 0 4px; | margin: 3px 2px 0 4px; | ||||
| background-color: {$sh-bluebackground}; | background-color: {$sh-bluebackground}; | ||||
| float: left; | float: left; | ||||
| cursor: pointer; | cursor: pointer; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| color: {$sh-bluetext}; | color: {$sh-bluetext}; | ||||
| min-height: 16px; | min-height: 16px; | ||||
| ▲ Show 20 Lines • Show All 93 Lines • ▼ Show 20 Lines | .button.tokenizer-browse-button { | ||||
| right: 1px; | right: 1px; | ||||
| bottom: 1px; | bottom: 1px; | ||||
| border-radius: 0; | border-radius: 0; | ||||
| border-right: none; | border-right: none; | ||||
| border-top: none; | border-top: none; | ||||
| border-bottom: none; | border-bottom: none; | ||||
| padding: 0; | padding: 0; | ||||
| width: 30px; | width: 30px; | ||||
| border-top-right-radius: 3px; | |||||
| border-bottom-right-radius: 3px; | |||||
| } | } | ||||
| .button.tokenizer-browse-button .phui-icon-view { | .button.tokenizer-browse-button .phui-icon-view { | ||||
| top: 7px; | top: 7px; | ||||
| left: 9px; | left: 9px; | ||||
| } | } | ||||