Skip to content

Commit

Permalink
Removed colorpicker and autocomplete from default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Nov 12, 2008
1 parent 5a51991 commit 2eb5e1f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 241 deletions.
Binary file removed themes/default/images/colorpicker_background.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_hex.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_hsb_b.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_hsb_h.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_hsb_s.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_indic.gif
Binary file not shown.
Binary file removed themes/default/images/colorpicker_overlay.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_rgb_b.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_rgb_g.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_rgb_r.png
Binary file not shown.
Binary file removed themes/default/images/colorpicker_select.gif
Binary file not shown.
Binary file removed themes/default/images/colorpicker_submit.png
Binary file not shown.
241 changes: 0 additions & 241 deletions themes/default/ui.all.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -379,247 +379,6 @@ table.ui-datepicker .ui-datepicker-title-row td a {
} }








/*colorpicker*/
.ui-colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(images/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.ui-colorpicker-color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: #f00;
overflow: hidden;
cursor: crosshair;
}
.ui-colorpicker-color div {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(images/colorpicker_overlay.png);
}
.ui-colorpicker-color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(images/colorpicker_select.gif);
margin: -5px 0 0 -5px;
}
.ui-colorpicker-hue {
position: absolute;
top: 13px;
left: 171px;
width: 35px;
height: 150px;
cursor: n-resize;
}
.ui-colorpicker-hue div {
position: absolute;
width: 35px;
height: 9px;
overflow: hidden;
background: url(images/colorpicker_indic.gif) left top;
margin: -4px 0 0 0;
left: 0px;
}
.ui-colorpicker-new-color {
position: absolute;
width: 60px;
height: 30px;
left: 213px;
top: 13px;
background: #f00;
}
.ui-colorpicker-current-color {
position: absolute;
width: 60px;
height: 30px;
left: 283px;
top: 13px;
background: #f00;
}
.colorpicker input {
background-color: transparent;
border: 1px solid transparent;
position: absolute;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #898989;
top: 4px;
right: 11px;
text-align: right;
margin: 0;
padding: 0;
height: 11px;
}
.ui-colorpicker-hex {
position: absolute;
width: 72px;
height: 22px;
background: url(images/colorpicker_hex.png) top;
left: 212px;
top: 142px;
}
.ui-colorpicker input {
height: 15px;
}
.ui-colorpicker-hex input {
margin-left: 18px;
right: 6px;
width: 47px;
}
.ui-colorpicker-field {
height: 22px;
width: 62px;
background-position: top;
position: absolute;
}
.ui-colorpicker-field label {
padding-left: 17px;
font-size: 10px;
}
.ui-colorpicker-field input {
width: 25px;
}
.ui-colorpicker-field span {
position: absolute;
width: 12px;
height: 22px;
overflow: hidden;
top: 0;
right: 0;
cursor: n-resize;
}
.ui-colorpicker-rgb-r {
background-image: url(images/colorpicker_rgb_r.png);
top: 52px;
left: 212px;
}
.ui-colorpicker-rgb-g {
background-image: url(images/colorpicker_rgb_g.png);
top: 82px;
left: 212px;
}
.ui-colorpicker-rgb-b {
background-image: url(images/colorpicker_rgb_b.png);
top: 112px;
left: 212px;
}
.ui-colorpicker-hsb-h {
background-image: url(images/colorpicker_hsb_h.png);
top: 52px;
left: 282px;
}
.ui-colorpicker-hsb-s {
background-image: url(images/colorpicker_hsb_s.png);
top: 82px;
left: 282px;
}
.ui-colorpicker-hsb-b {
background-image: url(images/colorpicker_hsb_b.png);
top: 112px;
left: 282px;
}
.ui-colorpicker-submit {
position: absolute;
left: 296px;
top: 144px;
overflow: hidden;
}
.ui-colorpicker-focus {
background-position: center;
}
.ui-colorpicker-hex.ui-colorpicker-focus {
background-position: bottom;
}
.ui-colorpicker-submit.ui-colorpicker-focus {
background-position: bottom;
}
.ui-colorpicker-slider {
background-position: bottom;
}


/*autocomplete*/
.ui-autocomplete-results {
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
font-family: Verdana, Arial, sans-serif;
font-size: 1.1em;

border: 1px solid #d3d3d3;
background: #ffffff;
color: #222222;

overflow: hidden;
z-index: 99999;
}

.ui-autocomplete-results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}

.ui-autocomplete-results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
overflow: hidden;


border: 1px solid #d3d3d3;
background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
font-weight: normal;
color: #555555 !important;

}

.ui-autocomplete-loading {
background: white url('indicator.gif') right center no-repeat;
}

.ui-autocomplete-results li.ui-autocomplete-over {
border: 1px solid #999999;
background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
font-weight: normal;
color: #212121 !important;
}





/* ProgressBar */ /* ProgressBar */


.ui-progressbar { .ui-progressbar {
Expand Down

0 comments on commit 2eb5e1f

Please sign in to comment.