summaryrefslogtreecommitdiffstats
path: root/css/showall.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:31 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:55 +0100
commit5492e60510379add1523454f322def81167be8be (patch)
tree8fff208ff6492758cff1b17aae7ec02c797cd322 /css/showall.css
parente10d99e13da782e4c4bed03974bb10959ed333b4 (diff)
new style and style cleanup for the news app
Diffstat (limited to 'css/showall.css')
-rw-r--r--css/showall.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/css/showall.css b/css/showall.css
new file mode 100644
index 000000000..f92486169
--- /dev/null
+++ b/css/showall.css
@@ -0,0 +1,19 @@
+.show-all {
+ background-color: transparent !important;
+ border: 0 !important;
+}
+
+.show-all:hover {
+ box-shadow: none !important;
+ border: 0 !important;
+}
+
+.show-all > a {
+ padding: 5px 0 5px 0 !important;
+ text-align: center;
+ opacity: .5;
+}
+
+.show-all > a:hover {
+ background-color: transparent !important;
+} \ No newline at end of file