diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-12-30 18:08:30 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-06 15:38:32 +0200 |
| commit | 52b1abbc54db98ef848eddf41a3c5c58be2e5b3f (patch) | |
| tree | b02128e401468d905459587852d15c6b7216d8d0 /ishtar_common/static | |
| parent | 6242fd2ed8f2df236375f32374a694d886135e58 (diff) | |
| download | Ishtar-52b1abbc54db98ef848eddf41a3c5c58be2e5b3f.tar.bz2 Ishtar-52b1abbc54db98ef848eddf41a3c5c58be2e5b3f.zip | |
Add a new action to create an associated operation from a file window
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index a1b084002..3f027668d 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -17,6 +17,7 @@ div.form { } /* color */ +#window hr, #context_menu .red, a, a.remove { color:#D14; @@ -49,6 +50,11 @@ div.form { border:0 solid #CCC; } +#window hr{ + border:0; + border-bottom:1px solid #D14; +} + /* shadows */ #progress-content, .sheet{ |
