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