From 87f199c2582647b6cc925bf123cc7a03222d7e10 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Tue, 7 May 2013 16:11:30 -0700 Subject: [PATCH] Expand quotes in .nohide search mode; fix #6914 Also hide the hider and shower widgets, since they don't need to do anything in this state. --- theming/message-viewer.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theming/message-viewer.css b/theming/message-viewer.css index 253ef2f8..dcbd6f0e 100644 --- a/theming/message-viewer.css +++ b/theming/message-viewer.css @@ -432,18 +432,18 @@ body.nohide .email .compressed_note > span { cursor: pointer; display: none; } -.quote_container.controllable > .shower { +body:not(.nohide) .quote_container.controllable > .shower { display: block; } .quote_container.controllable > .hider, -.quote_container.controllable > .quote { +body:not(.nohide) .quote_container.controllable > .quote { display: none; } -.quote_container.controllable.show > .shower { +body:not(.nohide) .quote_container.controllable.show > .shower { display: none; } -.quote_container.controllable.show > .hider, -.quote_container.controllable.show > .quote { +body:not(.nohide) .quote_container.controllable.show > .hider, +body:not(.nohide) .quote_container.controllable.show > .quote { display: block; } .quote_container > .shower:hover,