Skip to:
Content

bbPress.org

Changeset 6743


Ignore:
Timestamp:
11/19/2017 11:45:01 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Styling tweaks for improved Twenty Seventeen theme support.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6737 r6743  
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-rc-6736';
     206        $this->version    = '2.6-rc-6742';
    207207        $this->db_version = '262';
    208208
  • trunk/src/templates/default/css/bbpress.css

    r6737 r6743  
    3737    overflow: hidden;
    3838    font-size: 12px;
     39    line-height: 18px;
    3940}
    4041
     
    4344    box-shadow: none;
    4445    border: none;
     46    transition: none;
    4547}
    4648
     
    545547    background-color: #dfd;
    546548    font-weight: 700;
    547     font-size: 13px;
     549    font-size: 12px;
    548550}
    549551
     
    573575    background-color: #dfd;
    574576    font-weight: 700;
    575     font-size: 13px;
     577    font-size: 12px;
    576578}
    577579
     
    620622}
    621623
    622 .bbp-pagination-links a,
    623 .bbp-pagination-links span.current {
     624#bbpress-forums .bbp-pagination-links a,
     625#bbpress-forums .bbp-pagination-links span.current {
    624626    display: block;
    625627    float: left;
     628    font-size: 12px;
     629    line-height: 18px;
    626630    padding: 0 5px;
    627631    margin-left: 5px;
    628632    border: 1px solid #efefef;
     633    border-radius: 0;
     634    background: transparent;
     635    color: inherit;
    629636    text-decoration: none;
    630 }
    631 
    632 .bbp-pagination-links a:hover,
    633 .bbp-pagination-links span.current {
    634     background: #eee;
    635     opacity: 0.8;
    636     border: 1px solid #ddd;
    637637}
    638638
     
    650650}
    651651
    652 .bbp-topic-pagination {
     652#bbpress-forums .bbp-topic-pagination {
    653653    display: inline-block;
    654654    margin-left: 5px;
     
    656656}
    657657
    658 .bbp-topic-pagination a {
     658#bbpress-forums .bbp-topic-pagination a {
    659659    font-size: 10px;
    660660    line-height: 10px;
    661661    padding: 1px 3px;
    662662    border: 1px solid #ddd;
     663    color: inherit;
    663664    text-decoration: none;
    664665}
    665666
     667#bbpress-forums .bbp-topic-pagination a:hover,
     668#bbpress-forums .bbp-pagination-links a:hover,
     669#bbpress-forums .bbp-pagination-links span.current {
     670    background: #eee;
     671    opacity: 0.8;
     672    border: 1px solid #ddd;
     673}
    666674
    667675/* =Forms
Note: See TracChangeset for help on using the changeset viewer.