mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Site edit box-shadow bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12264 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae22079b69
commit
8c81496c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ body>.x{max-width:none !important}
|
|||
.col>.x_close:focus{opacity:1;filter:alpha(opacity=100)}
|
||||
.col input[type="checkbox"],
|
||||
.col input[type="radio"]{margin:0}
|
||||
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -10px;border-radius:5px;background:#fff;box-shadow:1px 1px 1px #999 inset}
|
||||
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -10px;border-radius:5px;background:#fff;border:1px solid #999;border-right:0;border-bottom:0}
|
||||
.col .cnt>ul{margin:0;padding:0;list-style:none}
|
||||
.col .cnt label{cursor:pointer;font-weight:normal}
|
||||
/* .mapi */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue