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 | 54537c9b36ef15dd458a419a4d0ef947573f2676 (patch) | |
| tree | b02128e401468d905459587852d15c6b7216d8d0 /ishtar_common/static/media/style.css | |
| parent | 15be527b85dd4060a2728f3eff7f461450a3d53e (diff) | |
| download | Ishtar-54537c9b36ef15dd458a419a4d0ef947573f2676.tar.bz2 Ishtar-54537c9b36ef15dd458a419a4d0ef947573f2676.zip | |
Add a new action to create an associated operation from a file window
Diffstat (limited to 'ishtar_common/static/media/style.css')
| -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{ |
