- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r10967 r11135 144 144 $border-light: #eaeaea; // BP dividers 145 145 $border-med: #ddd; 146 $background-hover: # db572f; // 2013 link background hover146 $background-hover: #bd4b28; // 2013 link background hover 147 147 $bp-button-hover: #ededed; // this is the default BP button hover background 148 148 $notice-error: #c85a6e; … … 349 349 } 350 350 351 li:not(.selected) {352 a {opacity: 0.7;}353 }354 355 351 @media screen and (min-width: 38.75em) { 356 352 li { … … 598 594 &:focus, 599 595 &:hover { 600 background: lighten($background-hover, 10%);596 background: $background-hover; 601 597 color: $cream-background; 602 598 } … … 609 605 &:focus, 610 606 &:hover { 611 background: lighten($background-hover, 10%);607 background: $background-hover; 612 608 color: $cream-background; 613 609 } … … 939 935 background-color: $light-background; 940 936 border: 1px solid rgba($border-light, 0.6); 937 color: #727272; 941 938 margin-top: 0; 942 939 padding: 0 0.2em; 940 941 a.activity-time-since { 942 color: #727272; 943 } 943 944 } 944 945 … … 1023 1024 background: rgba($light-background, 0.6); 1024 1025 margin: 15px 0 0 2px; 1026 } 1027 1028 a { 1029 color: #ac0404; 1030 } 1031 1032 .acomment-meta { 1033 color: #737373; 1025 1034 } 1026 1035 … … 1458 1467 .groups { 1459 1468 #group-settings-form { 1460 h 4{1469 h3 { 1461 1470 background: $dark-background; 1462 1471 color: $content-background;
Note: See TracChangeset
for help on using the changeset viewer.