Created
August 19, 2011 18:16
-
-
Save dmitrig01/1157567 to your computer and use it in GitHub Desktop.
This file contains 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
diff --git a/assets/css/style.css b/assets/css/style.css | |
index 121fecb..44926fb 100644 | |
--- a/assets/css/style.css | |
+++ b/assets/css/style.css | |
@@ -550,12 +550,15 @@ small { font-size:11px; } | |
.palette .colors { | |
height:20px; | |
- float:left; | |
+ position: absolute; | |
+ right: 106px; | |
+ left: 10px; | |
overflow:hidden; | |
} | |
-.palette .colors.active { | |
- position:relative; | |
+.palette .colors.active, | |
+.palette .colors:hover { | |
+ position:absolute; | |
border:1px solid #fff; | |
padding:4px; | |
margin:-5px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment