Changeset 12227
- Timestamp:
- 09/07/2018 02:50:41 PM (6 years ago)
- Location:
- branches/3.0/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-core/css/buddybar-rtl.css
r11587 r12227 101 101 float: right; 102 102 position: relative; 103 background: url(../images/admin-menu-arrow.gif) 88% 53% no-repeat;103 background: url(../images/admin-menu-arrow.gif) 12% 53% no-repeat; 104 104 padding-left: 11px; 105 105 } -
branches/3.0/src/bp-templates/bp-legacy/css/twentyseventeen-rtl.css
r12083 r12227 4 4 the WordPress twentyseventeen theme. 5 5 6 @version 3. 0.06 @version 3.2.0 7 7 8 8 This sheet supports the primary BuddyPress styles in buddypress.css … … 1939 1939 #buddypress li.groups-members-search form { 1940 1940 border: 1px solid rgba(190, 190, 190, 0.6); 1941 position: relative; 1941 1942 -webkit-border-radius: 2px; 1942 1943 -moz-border-radius: 2px; -
branches/3.0/src/bp-templates/bp-legacy/css/twentyseventeen.css
r12083 r12227 4 4 the WordPress twentyseventeen theme. 5 5 6 @version 3. 0.06 @version 3.2.0 7 7 8 8 This sheet supports the primary BuddyPress styles in buddypress.css … … 1939 1939 #buddypress li.groups-members-search form { 1940 1940 border: 1px solid rgba(190, 190, 190, 0.6); 1941 position: relative; 1941 1942 -webkit-border-radius: 2px; 1942 1943 -moz-border-radius: 2px; -
branches/3.0/src/bp-templates/bp-legacy/css/twentyseventeen.scss
r12082 r12227 243 243 the WordPress twentyseventeen theme. 244 244 245 @version 3. 0.0245 @version 3.2.0 246 246 247 247 This sheet supports the primary BuddyPress styles in buddypress.css … … 2861 2861 form { // *sigh* only to bludgeon over specified rules 2862 2862 border: 1px solid rgba($border-color, 0.6); 2863 position: relative; 2863 2864 2864 2865 @include border-radius(2px);
Note: See TracChangeset
for help on using the changeset viewer.