2018-06-08 05:49:31 -04:00
|
|
|
.topic-list-item td:first-child,
|
|
|
|
.topic-post {
|
2013-09-20 19:33:49 -04:00
|
|
|
border-left: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
.topic-list tr.selected td:first-child,
|
|
|
|
.topic-list-item.selected td:first-child,
|
2018-07-16 14:51:05 -04:00
|
|
|
.latest-topic-list-item.selected {
|
|
|
|
box-shadow: inset 3px 0 0 $danger; // needs to be inset for Edge
|
|
|
|
}
|
|
|
|
|
2018-06-12 08:24:29 -04:00
|
|
|
.featured-topic.selected,
|
2018-06-08 05:49:31 -04:00
|
|
|
.topic-post.selected {
|
2018-07-16 14:52:00 -04:00
|
|
|
box-shadow: -3px 0 0 $danger;
|
2013-09-20 19:33:49 -04:00
|
|
|
}
|
|
|
|
|
2018-06-12 08:24:29 -04:00
|
|
|
.latest .featured-topic {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-20 19:33:49 -04:00
|
|
|
.topic-list-item.selected {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
2014-01-24 09:17:31 -05:00
|
|
|
.keyboard-shortcuts-modal .modal-body {
|
2016-08-10 22:41:32 -04:00
|
|
|
max-height: 560px;
|
2014-01-24 09:17:31 -05:00
|
|
|
}
|
|
|
|
|
2013-09-20 19:33:49 -04:00
|
|
|
#keyboard-shortcuts-help {
|
2018-02-14 12:26:05 -05:00
|
|
|
div.row {
|
|
|
|
width: 100%;
|
|
|
|
div {
|
|
|
|
float: left;
|
2018-06-08 05:49:31 -04:00
|
|
|
width: 32%;
|
2018-02-14 12:26:05 -05:00
|
|
|
}
|
2014-08-14 05:54:53 -04:00
|
|
|
}
|
2013-09-20 19:33:49 -04:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
2014-08-14 05:54:53 -04:00
|
|
|
margin-left: 0;
|
2013-09-20 19:33:49 -04:00
|
|
|
|
|
|
|
li {
|
2018-06-08 05:49:31 -04:00
|
|
|
margin: 5px 0;
|
2013-09-20 19:33:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
b {
|
2014-04-13 17:51:24 -04:00
|
|
|
padding: 2px 6px;
|
|
|
|
border-radius: 4px;
|
2018-02-20 12:18:20 -05:00
|
|
|
box-shadow: shadow("kbd");
|
2015-08-19 00:42:41 -04:00
|
|
|
background: dark-light-choose(#fafafa, #333);
|
|
|
|
border: 1px solid dark-light-choose(#ccc, #555);
|
|
|
|
border-bottom: medium none dark-light-choose(#fff, #000);
|
|
|
|
color: dark-light-choose(#444, #aaa);
|
2014-04-13 17:51:24 -04:00
|
|
|
white-space: nowrap;
|
2013-09-20 19:33:49 -04:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|