From 54537c9b36ef15dd458a419a4d0ef947573f2676 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Dec 2014 18:08:30 +0100 Subject: Add a new action to create an associated operation from a file window --- ishtar_common/static/media/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/static/media') 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{ -- cgit v1.2.3