Skip to content

Commit

Permalink
Use neutral colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkone committed Nov 29, 2009
1 parent 80f660b commit 48ec288
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.textile
Expand Up @@ -7,3 +7,7 @@ h2. Install
Get the plugin from the official Firefox Add-on site: "https://addons.mozilla.org/en-US/firefox/addon/15032":https://addons.mozilla.org/en-US/firefox/addon/15032

See more information and screenshots here: "http://thedarkone.github.com/firepicker":http://thedarkone.github.com/firepicker

h2. Credits

Dragger icon taken from "Farm-Fresh Web Icons":http://www.fatcow.com/free-icons/
2 changes: 1 addition & 1 deletion chrome/content/color-picker.html
Expand Up @@ -15,7 +15,7 @@
<img src="chrome://firepicker/skin/thumb.gif" />
</div>
<div class="hue">
<img src="chrome://firepicker/skin/thumb-hue.gif" />
<img src="chrome://firepicker/skin/thumb-hue.png" />
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions chrome/skin/classic/color-picker.css
Expand Up @@ -5,7 +5,7 @@ body {
}
.fire_picker_dialog {
padding: 9px;
background-color: #b0e0e6;
background-color: #F8F8F8;
color: #000;
z-index: 10;
overflow: hidden;
Expand All @@ -14,7 +14,7 @@ body {
float: left;
}
.fire_picker_dialog .picker .saturation_brightness, .fire_picker_dialog .picker .hue {
border: 1px solid #6fc3dd;
border: 1px solid #AEAEAE;
position: relative;
}
.fire_picker_dialog .picker .saturation_brightness {
Expand All @@ -34,11 +34,11 @@ body {
width: 12px;
height: 181px;
background-image: url("hue_bg.png");
margin-right: 10px;
margin-right: 6px;
}
.fire_picker_dialog .picker .hue img {
right: -10px;
margin-top: -6px;
margin-top: -7px;
}
.fire_picker_dialog .picker img {
position: absolute;
Expand Down
Binary file removed chrome/skin/classic/thumb-hue.gif
Binary file not shown.
Binary file added chrome/skin/classic/thumb-hue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48ec288

Please sign in to comment.