summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-01-25 10:02:32 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-01-25 10:02:32 +0100
commit79f49fa6f0b5368c197a3346dae1f57e4976e5ca (patch)
tree91ac3b2fa8ff30cb32083fb25d2d6aa076c2b989 /css
parent9570304359921751545d526db12ff7696032f2c8 (diff)
Stable13 fixes (#254)
* Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/content.css1
-rw-r--r--css/settings.css4
2 files changed, 1 insertions, 4 deletions
diff --git a/css/content.css b/css/content.css
index 9533ea531..08cfc4673 100644
--- a/css/content.css
+++ b/css/content.css
@@ -457,6 +457,7 @@
#app-content .heading a {
font-weight: bold;
color: #222;
+ text-decoration: none;
}
#app-content .heading a:hover {
text-decoration: underline;
diff --git a/css/settings.css b/css/settings.css
index 1a1f631b7..eca377d9a 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -12,10 +12,6 @@
left: -30000px;
}
-#app-settings .opened:hover {
- background-color: transparent !important;
-}
-
#app-settings-content {
padding-bottom: 25px;
}