diff options
-rw-r--r-- | css/common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index d6694a5..c934d70 100644 --- a/css/common.css +++ b/css/common.css @@ -173,6 +173,12 @@ td.mxPopupMenuIcon { margin-bottom:2pc; } +#colorProperties { + border-style: solid; + border-width: 1px; + margin:10px 10px 10px 10px; +} + .fieldInput { float: right; } |