Path: blob/master/webroot/rsrc/css/phui/button/phui-button-simple.css
12241 views
/**1* @provides phui-button-simple-css2* @requires phui-button-css3*/456/* - Basic -------------------------------------------------------------------*/78button.phui-button-simple,9input[type="submit"].phui-button-simple,10a.phui-button-simple,11a.phui-button-simple:visited {12background: {$page.content};13color: {$bluetext};14border: 1px solid {$lightblueborder};15}1617button.phui-button-simple .phui-icon-view,18input[type="submit"].phui-button-simple .phui-icon-view,19a.phui-button-simple .phui-icon-view,20a.phui-button-simple:visited .phui-icon-view {21color: {$lightbluetext};22}2324a.button.phui-button-simple:hover,25button.phui-button-simple:hover {26border-color: {$blueborder};27background-image: none;28background-color: {$page.content};29transition: 0s;30}3132a.phui-button-simple.current {33background: {$lightblue};34}353637/* - Red --------------------------------------------------------------------*/3839button.phui-button-simple.button-red,40input[type="submit"].phui-button-simple.button-red,41a.phui-button-simple.button-red,42a.phui-button-simple.button-red:visited {43background: {$sh-redbackground};44color: {$redtext};45border: 1px solid {$sh-redborder};46}4748button.phui-button-simple.button-red .phui-icon-view,49input[type="submit"].phui-button-simple.button-red .phui-icon-view,50a.phui-button-simple.button-red .phui-icon-view,51a.phui-button-simple.button-red:visited .phui-icon-view {52color: {$redtext};53}5455a.button.phui-button-simple.button-red:hover,56button.phui-button-simple.button-red:hover {57border-color: {$sh-redtext};58background-image: none;59background-color: {$sh-redbackground};60transition: 0s;61}6263/* - Green ------------------------------------------------------------------*/6465button.phui-button-simple.button-green,66input[type="submit"].phui-button-simple.button-green,67a.phui-button-simple.button-green,68a.phui-button-simple.button-green:visited {69background: {$sh-greenbackground};70color: {$greentext};71border: 1px solid {$sh-greenborder};72}7374button.phui-button-simple.button-green .phui-icon-view,75input[type="submit"].phui-button-simple.button-green .phui-icon-view,76a.phui-button-simple.button-green .phui-icon-view,77a.phui-button-simple.button-green:visited .phui-icon-view {78color: {$greentext};79}8081a.button.phui-button-simple.button-green:hover,82button.phui-button-simple.button-green:hover {83border-color: {$sh-greentext};84background-image: none;85background-color: {$sh-greenbackground};86transition: 0s;87}8889/* - Yellow -----------------------------------------------------------------*/9091button.phui-button-simple.button-yellow,92input[type="submit"].phui-button-simple.button-yellow,93a.phui-button-simple.button-yellow,94a.phui-button-simple.button-yellow:visited {95background-color: {$sh-yellowbackground};96color: {$sh-yellowtext};97border: 1px solid {$sh-yellowborder};98}99100button.phui-button-simple.button-yellow .phui-icon-view,101input[type="submit"].phui-button-simple.button-yellow .phui-icon-view,102a.phui-button-simple.button-yellow .phui-icon-view,103a.phui-button-simple.button-yellow:visited .phui-icon-view {104color: {$sh-yellowicon};105}106107a.button.phui-button-simple.button-yellow:hover,108button.phui-button-simple.button-yellow:hover {109border-color: {$sh-yellowtext};110background-image: none;111background-color: {$sh-yellowbackground};112transition: 0s;113}114115116/* - Misc -------------------------------------------------------------------*/117118a.button.phui-button-simple .phui-icon-view {119border: none;120}121122a.button.phui-button-simple.phuix-dropdown-open {123background-color: #fff;124color: {$blue};125box-shadow: none;126}127128a.button.phui-button-simple.phuix-dropdown-open:hover .phui-icon-view {129color: {$blue};130}131132133