Path: blob/master/webroot/rsrc/css/phui/button/phui-button-bar.css
12241 views
/**1* @provides phui-button-bar-css2* @requires phui-button-css3* @requires phui-button-simple-css4*/56.phui-button-bar-borderless .button {7border: 0;8background-color: transparent;9background-image: none;10padding-left: 10px;11padding-right: 10px;12}1314.phui-button-bar-borderless .button .phui-icon-view {15font-size: 15px;16color: {$bluetext};17}1819.phui-button-bar-borderless .button:hover {20background-color: transparent;21background-image: none;22border-radius: 3px;23}2425.phui-button-bar-borderless .button:hover .phui-icon-view {26color: {$sky};27}2829.phui-button-bar-borderless .button {30border: 0;31}3233.phui-button-bar .phui-button-bar-first {34border-top-right-radius: 0px;35border-bottom-right-radius: 0px;36}3738.phui-button-bar .phui-button-bar-middle {39border-radius: 0;40border-left: none;41}4243.phui-button-bar .phui-button-bar-last {44border-left: none;45border-top-left-radius: 0px;46border-bottom-left-radius: 0px;47}4849.phui-button-bar .button.simple:hover {50border-color: {$lightblueborder};51background-color: #fff;52background-image: none;53color: {$sky};54}5556.phui-button-bar .button.simple:hover .phui-icon-view {57border-color: {$lightblueborder};58color: {$sky};59background-image: none;60}616263