|
|
| (2 intermediate revisions by the same user not shown) |
| Line 60: |
Line 60: |
| background: #ffffff !important; | | background: #ffffff !important; |
| } | | } |
| /* Restore the native watch/unwatch star */ | | /* Hide the watch/unwatch star entirely */ |
| #ca-watch, | | #ca-watch, |
| #ca-unwatch { | | #ca-unwatch { |
| background: none !important;
| | display: none !important; |
| border: none !important;
| |
| }
| |
| #ca-watch.icon a,
| |
| #ca-unwatch.icon a {
| |
| display: block !important; | |
| width: 28px !important;
| |
| height: 0 !important;
| |
| padding: 3.1em 0 0 0 !important;
| |
| margin: 0 !important;
| |
| overflow: hidden !important;
| |
| background-position: 5px 45% !important;
| |
| background-repeat: no-repeat !important;
| |
| }
| |
| #p-cactions,
| |
| #p-cactions h3 {
| |
| border-left: none !important;
| |
| background-image: none !important;
| |
| }
| |
| #ca-watch.icon a,
| |
| #ca-unwatch.icon a {
| |
| filter: grayscale(100%) brightness(0.4) !important;
| |
| }
| |
| /* Remove the tab separator strips */
| |
| .vector-menu-tabs span,
| |
| .vectorTabs span {
| |
| background-image: none !important;
| |
| } | | } |