diff options
Diffstat (limited to 'src/main/webapp/css/explorer.css')
-rw-r--r-- | src/main/webapp/css/explorer.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/webapp/css/explorer.css b/src/main/webapp/css/explorer.css deleted file mode 100644 index dfbbd21..0000000 --- a/src/main/webapp/css/explorer.css +++ /dev/null @@ -1,15 +0,0 @@ -div.mxTooltip { - filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, - Color='#A2A2A2', Positive='true') -} -div.mxPopupMenu { - filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, - Color='#C0C0C0', Positive='true') -} -div.mxWindow { - filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, - Color='#C0C0C0', Positive='true') -} -td.mxWindowTitle { - _height: 23px; -} |