Changeset 11130
- Timestamp:
- 09/21/2016 08:54:11 AM (8 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r11020 r11130 647 647 background: #fafafa; 648 648 border-radius: 0; 649 color: #7 67676;649 color: #737373; 650 650 font: inherit; 651 651 font-size: 100%; … … 1072 1072 #buddypress table.forum tr.alt td { 1073 1073 background: #f5f5f5; 1074 color: #707070; 1074 1075 } 1075 1076 #buddypress table.notification-settings { … … 1170 1171 display: inline-block; 1171 1172 font-size: small; 1172 opacity: 0.8;1173 1173 padding: 0; 1174 1174 } … … 1392 1392 background-color: #eee; 1393 1393 color: #555; 1394 opacity: . 8;1394 opacity: .9; 1395 1395 font-weight: bold; 1396 1396 } … … 1586 1586 #buddypress .field-visibility-settings-toggle, 1587 1587 #buddypress .field-visibility-settings-notoggle { 1588 color: #7 67676;1588 color: #707070; 1589 1589 } 1590 1590 #buddypress .field-visibility-settings-toggle a, … … 1618 1618 border-bottom-left-radius: 0; 1619 1619 background: #f5f5f5; 1620 color: #707070; 1620 1621 } 1621 1622 #buddypress .tmce-active button.switch-tmce { … … 1624 1625 border-bottom-left-radius: 0; 1625 1626 background: #f5f5f5; 1627 color: #707070; 1626 1628 } 1627 1629 #buddypress .standard-form .wp-editor-container textarea { -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r11020 r11130 647 647 background: #fafafa; 648 648 border-radius: 0; 649 color: #7 67676;649 color: #737373; 650 650 font: inherit; 651 651 font-size: 100%; … … 1072 1072 #buddypress table.forum tr.alt td { 1073 1073 background: #f5f5f5; 1074 color: #707070; 1074 1075 } 1075 1076 #buddypress table.notification-settings { … … 1170 1171 display: inline-block; 1171 1172 font-size: small; 1172 opacity: 0.8;1173 1173 padding: 0; 1174 1174 } … … 1392 1392 background-color: #eee; 1393 1393 color: #555; 1394 opacity: . 8;1394 opacity: .9; 1395 1395 font-weight: bold; 1396 1396 } … … 1586 1586 #buddypress .field-visibility-settings-toggle, 1587 1587 #buddypress .field-visibility-settings-notoggle { 1588 color: #7 67676;1588 color: #707070; 1589 1589 } 1590 1590 #buddypress .field-visibility-settings-toggle a, … … 1618 1618 border-bottom-right-radius: 0; 1619 1619 background: #f5f5f5; 1620 color: #707070; 1620 1621 } 1621 1622 #buddypress .tmce-active button.switch-tmce { … … 1624 1625 border-bottom-right-radius: 0; 1625 1626 background: #f5f5f5; 1627 color: #707070; 1626 1628 } 1627 1629 #buddypress .standard-form .wp-editor-container textarea {
Note: See TracChangeset
for help on using the changeset viewer.