Ticket #11506: 0003-Missed-a-couple-of-colours-to-invert.patch

File 0003-Missed-a-couple-of-colours-to-invert.patch, 1.1 KB (added by anonymous, 11 years ago)
  • skins/negative/music.css

    From da59aa6eb04b9fc82742c9cb48117cf7f83306bb Mon Sep 17 00:00:00 2001
    From: Tim Phipps <tim@phipps-hutton.freeserve.co.uk>
    Date: Fri, 26 Apr 2013 17:34:24 +0100
    Subject: [PATCH] Missed a couple of colours to invert.
    
    ---
     skins/negative/music.css       |    2 +-
     skins/negative/tv_recorded.css |    2 +-
     2 files changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/skins/negative/music.css b/skins/negative/music.css
    index 2fccc5c..b204075 100644
    a b ul#nav li a.c{ 
    344344}
    345345.box ul li:hover{
    346346        background: #03085a;
    347         color: #000;
     347        color: #fff;
    348348        border-color: #666;
    349349}
    350350.box ul li.currentplay{
  • skins/negative/tv_recorded.css

    diff --git a/skins/negative/tv_recorded.css b/skins/negative/tv_recorded.css
    index 1ab0c15..1bc0dec 100644
    a b  
    3939}
    4040
    4141#recorded_list td.x-pixmap {
    42     background-color:   black;
     42    background-color:   white;
    4343    padding:            0 !important;
    4444    width:              150px;
    4545    position:           relative;