summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-04-18 09:11:56 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-04-18 09:12:03 +0800
commitd698af153772ca4351ad3b23fbb987fc749890af (patch)
tree8fa49f10523134f9596814ef7a30528e298ac660 /usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css
parentffffd8a35ae5fcea703a7427844037c07c232b92 (diff)
Fix Security/Vulnerability problems
Change-Id: Ie0f2c9e0794941d9b9a7f00a6c3d349269d98ed1 Issue-ID: USECASEUI-104 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css')
-rw-r--r--usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css b/usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css
deleted file mode 100644
index bbc439ec..00000000
--- a/usecaseui-common/src/main/webapp/static/fusion/raptor/css/picker.css
+++ /dev/null
@@ -1,40 +0,0 @@
-.picker_layer {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- text-decoration: none;
- background-color: #d4d0c8;
- border-width: 1px;
- border-style: solid;
- border-color: #666666;
- overflow: visible;
- height: auto;
- width: auto;
-}
-.picker_buttons {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- background-color:#d4d0c8;
- border-style:solid;
- border-color:#666666;
- border-width:1px;
- padding:1px;
- cursor:pointer;
- color:#000000;
-}
-.cell_color {
- cursor:pointer;
- width:9px;
- height:9px;
-}
-.color_table {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- text-decoration: none;
-}
-.choosed_color_cell{
- border-style:solid; border-color:#000000; border-width:1px;
-}
-.default_color_btn{
- width:17px; height:17px; background-image:url(defaultcolor.jpg);
- background-repeat:no-repeat; background-position:center;
-} \ No newline at end of file