From: Fabrixxm Date: Wed, 1 Aug 2012 08:41:21 +0000 (-0400) Subject: quattro: style for "show more" addon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf04fb450a08fd4f71504210acf7d5de716ed220;p=friendica.git quattro: style for "show more" addon --- diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 72febbf525..aa64ca1a9a 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -341,11 +341,6 @@ height: 16px; background-position: 0px 0px; } - -.sparkle { - cursor: url('icons/lock.cur'), pointer; -} - /* global */ body { font-family: Liberation Sans, helvetica, arial, clean, sans-serif; @@ -1141,6 +1136,16 @@ section { width: 25px; height: 25px; } +span[id^="showmore-teaser"] { + background: url("showmore-bg.jpg") no-repeat center bottom; +} +span[id^="showmore-wrap"] { + border-top: 1px solid #999999; + color: #999999; + display: block; + text-align: center; + background-color: #eff0f1; +} #pause { position: fixed; bottom: 5px; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index b1efb557fd..dbaee018b6 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -341,11 +341,6 @@ height: 16px; background-position: 0px 0px; } - -.sparkle { - cursor: url('icons/lock.cur'), pointer; -} - /* global */ body { font-family: Liberation Sans, helvetica, arial, clean, sans-serif; @@ -1141,6 +1136,16 @@ section { width: 25px; height: 25px; } +span[id^="showmore-teaser"] { + background: url("showmore-bg.jpg") no-repeat center bottom; +} +span[id^="showmore-wrap"] { + border-top: 1px solid #999999; + color: #999999; + display: block; + text-align: center; + background-color: #eff0f1; +} #pause { position: fixed; bottom: 5px; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 0dac79bf9c..6e75883d50 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -590,6 +590,17 @@ section { } .wwto .contact-photo { width: 25px; height: 25px; } +span[id^="showmore-teaser"]{ + background: url("showmore-bg.jpg") no-repeat center bottom; +} +span[id^="showmore-wrap"] { + border-top: 1px solid #999999; + color: #999999; + display: block; + text-align: center; + background-color: @ThreadBackgroundColor; +} + #pause { position: fixed; diff --git a/view/theme/quattro/showmore-bg.jpg b/view/theme/quattro/showmore-bg.jpg new file mode 100644 index 0000000000..e76015c68a Binary files /dev/null and b/view/theme/quattro/showmore-bg.jpg differ