-rw-r--r-- | content/fireflix.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 0164b4b..7bc0a3c 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -34,12 +34,15 @@ tree#uploadlist treechildren::-moz-tree-cell-text(uploading) { groupbox#searchresult_props, groupbox.search_params, groupbox#upload_file_props, groupbox#set_props, groupbox#set_photo_props { background: white; + -moz-border-radius: 1ex; + border: 1px outset; + display: -moz-box; } groupbox#upload_file_props label { text-align: right; } |