Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahiemS committed Aug 18, 2018
1 parent c63f243 commit a3f2017
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion resources/forum/extension.less
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ body.dark {
>button,
>span {
color: @text-color;
background: #1a1a1a;
}
>a,
>button {
Expand Down Expand Up @@ -322,6 +323,10 @@ body.dark {
/*
* β€” Discussion β€”
*/
.DiscussionListItem-count {
background: @control-bg;
color: @control-color;
}
.DiscussionPage-list {
border-top: 1px solid @control-bg;
background: @body-bg;
Expand All @@ -335,7 +340,7 @@ body.dark {
}
}
.DiscussionPage-nav {
border-bottom: 1px solid #212121;
border-bottom: 1px solid @control-bg;
}
/*
* β€” Modal β€”
Expand Down Expand Up @@ -364,6 +369,22 @@ body.dark {
background: @control-bg;
}
/*
* β€” Slidable β€”
*/
.Slidable .Slidable-underneath {
background: @control-bg!important;
}
.Slidable.sliding .DiscussionListItem-content {
background: @control-bg;
}
/*
* β€” Composer β€”
*/
.Composer:not(.minimized):before {
background: @control-bg;
border: 0;
}
/*
* β€” Tag β€”
*/
.SelectTagList {
Expand Down

0 comments on commit a3f2017

Please sign in to comment.