/**
 * DBC PDF Annotation System - Freehand Controls
 */

/* Make the color of each swatch visible */
#freehandColorPicker .dropdown button[data-color="#000000"] .swatch { background-color: #000000 !important; }
#freehandColorPicker .dropdown button[data-color="#FF0000"] .swatch { background-color: #FF0000 !important; }
#freehandColorPicker .dropdown button[data-color="#00FF00"] .swatch { background-color: #00FF00 !important; }
#freehandColorPicker .dropdown button[data-color="#0000FF"] .swatch { background-color: #0000FF !important; }
#freehandColorPicker .dropdown button[data-color="#FFFF00"] .swatch { background-color: #FFFF00 !important; }
#freehandColorPicker .dropdown button[data-color="#FF00FF"] .swatch { background-color: #FF00FF !important; }
#freehandColorPicker .dropdown button[data-color="#00FFFF"] .swatch { background-color: #00FFFF !important; }
#freehandColorPicker .dropdown button[data-color="#FF8000"] .swatch { background-color: #FF8000 !important; }
#freehandColorPicker .dropdown button[data-color="#8000FF"] .swatch { background-color: #8000FF !important; }
#freehandColorPicker .dropdown button[data-color="#0080FF"] .swatch { background-color: #0080FF !important; }
#freehandColorPicker .dropdown button[data-color="#FF0080"] .swatch { background-color: #FF0080 !important; }
#freehandColorPicker .dropdown button[data-color="#80FF00"] .swatch { background-color: #80FF00 !important; }
