Committer: sboronchiev
LJSUP-12570: Add text variable for pushed buttonU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2012-06-15 12:54:37 UTC (rev 22261) +++ trunk/htdocs/stc/lj_base.css 2012-06-15 14:06:44 UTC (rev 22262) @@ -3738,6 +3738,7 @@ cursor: default !important; } .lj-button-light.repost-button-active .lj-button-b { + display: none !important; background: #E6E7E9 !important; background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important; @@ -3746,6 +3747,12 @@ background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important; } +.lj-button-light .lj-button-b-reposted { + display: none !important; + } +.lj-button-light.repost-button-active .lj-button-b-reposted { + display: inline-block !important; + } .lj-button-light.repost-button .lj-button-icon { float: left; width: 16px!important;