summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_command-box.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-29 19:23:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-29 19:23:21 +0500
commit3e77df8532a227e4994f9418dc04381d7285d47a (patch)
tree4c137e74b8d2be0772a192aecc764e2fed2e6fac /web/sass-files/sass/partials/_command-box.scss
parentd8d850b2f759e4ba54fe56a3ceb1f6e2c8ac2eb6 (diff)
downloadchat-3e77df8532a227e4994f9418dc04381d7285d47a.tar.gz
chat-3e77df8532a227e4994f9418dc04381d7285d47a.tar.bz2
chat-3e77df8532a227e4994f9418dc04381d7285d47a.zip
plt-479 - Fixing command lists and also making them theme compatible
Diffstat (limited to 'web/sass-files/sass/partials/_command-box.scss')
-rw-r--r--web/sass-files/sass/partials/_command-box.scss17
1 files changed, 13 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss
index 44eb9b8df..f1aa4dca2 100644
--- a/web/sass-files/sass/partials/_command-box.scss
+++ b/web/sass-files/sass/partials/_command-box.scss
@@ -4,20 +4,29 @@
width: 100%;
border: $border-gray;
bottom: 38px;
+ overflow: auto;
@extend %popover-box-shadow;
+ .sidebar--right & {
+ bottom: 100px;
+ }
}
.command-name {
position: relative;
width: 100%;
- background-color: #fff;
- height: 37px;
- line-height: 37px;
- padding: 2px 10px 2px 5px;
+ line-height: 24px;
+ padding: 5px 10px 8px;
z-index: 101;
+ font-size: 0.95em;
+ border-bottom: 1px solid #ddd;
&:hover {
background-color: #e8eaed;
}
+ .command__desc {
+ margin-left: 5px;
+ @include opacity(0.5);
+ line-height: normal;
+ }
}
.command-desc {