WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
palette
/
v4.1.1
/
lib
/
tinyColorPicker
/
development
/
Name
Action
..
bg.gif
Edit
bg.png
Edit
colorPicker.css
Edit
colors-amd-wrapper.js
Edit
compatibility.css
Edit
favicon.ico
Edit
fmog.png
Edit
jqColorPicker-amd-wrapper.js
Edit
qr.png
Edit
screen-shot-all.jpg
Edit
ui.html
Edit
Editing: ui.html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="../index.css"> <link rel="stylesheet" type="text/css" href="colorPicker.css"> <!-- <link rel="stylesheet" type="text/css" href="compatibility.css"> --> <title>UI dev</title> </head> <body> <h1>Tiny jQuery colorPicker UI</h1> <div class="cp-color-picker"> <div class="cp-z-slider"> <div class="cp-z-cursor"></div> </div> <div class="cp-xy-slider"> <div class="cp-white"></div> <div class="cp-xy-cursor"></div> </div> <div class="cp-alpha"> <div class="cp-alpha-alpha"></div> <div class="cp-alpha-cursor"></div> </div> </div> </body> </html>