Created
October 31, 2013 08:32
-
-
Save tao4yu/7246117 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
.elemHover { | |
border: #FF0000 solid thin; | |
background-color: #EEEE00; | |
} | |
.elemselected { | |
border: #FF3030 solid; | |
background-color: #90EE90; | |
background: #90EE90; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment