summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-02-24 09:00:43 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitd935a7b26edfab42deacc037063ebedc228a8b6c (patch)
tree8ddfcc545486bbe9dca39b112b314fad2bb7ee2a /css
parent2e921f64db4e1ce1c6f7c8a7ebfceafb36770fa8 (diff)
✏️ Fix indentation problems in navigation.css
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/navigation.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/css/navigation.css b/css/navigation.css
index 2509beecf..2f7667415 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -137,33 +137,33 @@
}
.icon-full-text-enabled {
-background-image: url('../img/fulltext.svg');
-background-size: 50%;
-opacity: .5;
+ background-image: url('../img/fulltext.svg');
+ background-size: 50%;
+ opacity: .5;
}
.icon-full-text-disabled {
-background-image: url('../img/nonfulltext.svg');
-background-size: 50%;
-opacity: .5;
+ background-image: url('../img/nonfulltext.svg');
+ background-size: 50%;
+ opacity: .5;
}
#app-navigation .unread > a {
-font-weight: bold;
+ font-weight: bold;
}
#app-navigation p.error {
-line-height: 25px;
+ line-height: 25px;
}
#app-navigation .folder-rename-error {
-height: auto;
+ height: auto;
}
/**
-* Error message
-*/
+ * Error message
+ */
#app-navigation .error-message {
padding: 15px;
background-color: var(--color-main-background);