diff options
author | Adhitya Kamakshidasan | 2016-06-07 12:55:51 +0530 |
---|---|---|
committer | Adhitya Kamakshidasan | 2016-06-07 12:55:51 +0530 |
commit | dd9f7b0c31a79802e0b13212406a17ac4d33da35 (patch) | |
tree | 2e50d007ff750806398a47342eee21372760c2af | |
parent | 8fd2c3d2a23e4c3a207b0d1596df797ea08d14c4 (diff) | |
download | xcos-on-web-dd9f7b0c31a79802e0b13212406a17ac4d33da35.tar.gz xcos-on-web-dd9f7b0c31a79802e0b13212406a17ac4d33da35.tar.bz2 xcos-on-web-dd9f7b0c31a79802e0b13212406a17ac4d33da35.zip |
Added CSS for colorProperties dialog
-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; } |