From fc62b130ee2cc013f1618b887f906c79a7b6ce0d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 25 Aug 2012 17:51:12 +0200 Subject: [PATCH] Added CSS for com.woltlab.wcf.message --- wcfsetup/install/files/style/message.less | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index dbfe92a02c..6060e4b536 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -393,4 +393,19 @@ li:nth-child(2n+1) .message { .formSubmit { padding-bottom: @wcfGapMedium; } -} \ No newline at end of file +} + +/* message quotes */ +#showQuotes { + bottom: @wcfGapLarge + @wcfGapTiny; + cursor: pointer; + opacity: .7; + position: fixed; + right: @wcfGapLarge + @wcfGapTiny; + + .transition(opacity, .2s); + + &:hover { + opacity: 1; + } +} -- 2.20.1