summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_headers.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-05 08:04:32 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-05 08:04:32 +0500
commit89d6613b9318aa6f4e2d837cfdcb25eaf772951c (patch)
treebe8b27b22617b5e78d45eb30c6e406eee95e58e1 /web/sass-files/sass/partials/_headers.scss
parent74fecd1952cb4fa1a8d1a93a1187cbf366b11a80 (diff)
downloadchat-89d6613b9318aa6f4e2d837cfdcb25eaf772951c.tar.gz
chat-89d6613b9318aa6f4e2d837cfdcb25eaf772951c.tar.bz2
chat-89d6613b9318aa6f4e2d837cfdcb25eaf772951c.zip
Updating theme colours for popovers, drop downs etc
Diffstat (limited to 'web/sass-files/sass/partials/_headers.scss')
-rw-r--r--web/sass-files/sass/partials/_headers.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index b5fcb6145..9b9e5f573 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -114,23 +114,6 @@
}
}
}
- &.theme--black {
- &:hover {
- &:before {
- background: rgba(white, 0.2);
- }
- }
- }
- &.theme--gray {
- &:hover {
- &:before {
- background: rgba(white, 0.1);
- }
- }
- }
- a {
- color: #fff;
- }
.navbar-right {
font-size: 0.85em;
position: absolute;
@@ -145,7 +128,6 @@
.dropdown-menu {
li a {
padding: 3px 20px;
- color: #555;
text-overflow: ellipsis;
overflow: hidden;
}