Move css, javascript and web images to data so that they can be found by webapp
svn: r22927
This commit is contained in:
6
data/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css
Normal file
6
data/jhtmlarea/style/jHtmlArea.ColorPickerMenu.css
Normal file
@@ -0,0 +1,6 @@
|
||||
div.jHtmlAreaColorPickerMenu {border: solid 1px #bbb; background-color: #ddd; width: 112px;}
|
||||
div.jHtmlAreaColorPickerMenu div {float: left; margin: 2px; width: 12px; height: 14px;}
|
||||
div.jHtmlAreaColorPickerMenu div:hover {margin: 0px; border: dotted 2px black;}
|
||||
|
||||
div.jHtmlAreaColorPickerMenu div.automatic { width: 104px; height: auto; padding: 2px;}
|
||||
div.jHtmlAreaColorPickerMenu div.automatic div { margin: 2px; width: 12px; height: 14px; border: solid 1px black;}
|
||||
Reference in New Issue
Block a user