Created
March 24, 2012 12:26
-
-
Save grayodesa/2182107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .vBulletin_editor { | |
| background: {$istyles[pi_button_normal][0]}; | |
| padding: $stylevar[cellpadding]px; | |
| } | |
| .imagebutton { | |
| background: {$istyles[pi_button_normal][0]}; | |
| color: {$istyles[pi_button_normal][1]}; | |
| padding: {$istyles[pi_button_normal][2]}; | |
| border: {$istyles[pi_button_normal][3]}; | |
| } | |
| .ocolor, .ofont, .osize, .osmilie, .osyscoloar, .smilietitle { | |
| background: {$istyles[pi_menu_normal][0]}; | |
| color: {$istyles[pi_menu_normal][1]}; | |
| border: {$istyles[pi_menu_normal][3]}; | |
| } | |
| .popup_pickbutton { | |
| border: {$istyles[pi_menu_normal][3]}; | |
| } | |
| .popup_feedback { | |
| background: {$istyles[pi_menu_normal][0]}; | |
| color: {$istyles[pi_menu_normal][1]}; | |
| border-$stylevar[right]: {$istyles[pi_menu_normal][3]}; | |
| } | |
| .popupwindow { | |
| background: {$istyles[pi_menu_normal][0]}; | |
| } | |
| #fontOut, #sizeOut, .popup_feedback div { | |
| background: {$istyles[pi_menu_normal][0]}; | |
| color: {$istyles[pi_menu_normal][1]}; | |
| } | |
| .alt_pickbutton { | |
| border-$stylevar[left]: 1px solid {$istyles[pi_button_normal][0]}; | |
| } | |
| .popup_feedback input, .popup_feedback div | |
| { | |
| border: 0px solid; | |
| padding: 0px 2px 0px 2px; | |
| cursor: default; | |
| font: 11px tahoma; | |
| overflow: hidden; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment