Skip to content

Instantly share code, notes, and snippets.

@dmitrig01
Created August 19, 2011 18:16
Show Gist options
  • Save dmitrig01/1157567 to your computer and use it in GitHub Desktop.
Save dmitrig01/1157567 to your computer and use it in GitHub Desktop.
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