Skip to:
Content

BuddyPress.org

Changeset 12007


Ignore:
Timestamp:
04/27/2018 10:54:47 PM (8 years ago)
Author:
r-a-y
Message:

Admin: After r12006, update hello.scss file for CSS changes.

See #7741.

Location:
trunk/src/bp-core/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/css/hello-rtl.css

    r12006 r12007  
    272272        left: var(--bp-hello-container-size);
    273273        bottom: 30px;
     274        z-index: 9999;
    274275        border-radius: 3px;
    275         z-index: 9999;
    276276    }
    277277    #bp-hello-container .bp-hello-header h1 {
  • trunk/src/bp-core/admin/css/hello.css

    r12006 r12007  
    272272        right: var(--bp-hello-container-size);
    273273        bottom: 30px;
     274        z-index: 9999;
    274275        border-radius: 3px;
    275         z-index: 9999;
    276276    }
    277277    #bp-hello-container .bp-hello-header h1 {
  • trunk/src/bp-core/admin/sass/hello.scss

    r11999 r12007  
    319319        right: var(--bp-hello-container-size);
    320320        bottom: 30px;
     321        z-index: 9999;
    321322
    322323        border-radius: 3px;
Note: See TracChangeset for help on using the changeset viewer.