Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-02 14:52:34 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-02 15:06:06 +0300
commita02a48aa8084dd0df9cf469634d0c5beab65df78 (patch)
treeaa6a3b59da57efc0a85803f7f8e0f36b784e2548 /css
parente94805d8a4688e22dcef4f9c5b6593b916be7c0a (diff)
Fix minor issues and recompile handlebar
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss22
1 files changed, 10 insertions, 12 deletions
diff --git a/css/style.scss b/css/style.scss
index 89d791f41..3a51f2c9e 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -480,20 +480,18 @@ input[type="password"] {
}
#app-navigation .app-navigation-entry-menu-caption {
-
- font-weight: bold;
- line-height: 44px;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding: 0px 36px 0px 36px;
- // !important to overwrite specific hover and focus
- opacity: .7;
- box-shadow: none !important;
- user-select: none;
- pointer-events:none;
+ font-weight: bold;
+ line-height: 44px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ padding: 0 36px 0 36px;
+ // !important to overwrite specific hover and focus
+ opacity: .7;
+ box-shadow: none !important;
+ user-select: none;
+ pointer-events: none;
}
-
#app-navigation .app-navigation-entry-menu input.first-option {
margin-top: 5px;
}