Ignore:
Timestamp:
2012-04-24T13:11:11+12:00 (12 years ago)
Author:
sjm84
Message:

Changed the style of the theme changer so that it looks more like the other options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/js/jquery.themeswitcher.min.js

    r25123 r25463  
    4646                g.find(".jquery-ui-switcher-link").css(
    4747                {
    48                     color: "#666",
    49                     background: "#eee url(" + a.imgpath + "buttonbg.png) repeat-x 50% 50%"
     48                    color: "#000",
     49                    background: "#fff"
    5050                })
    5151            })
     
    182182            "font-family": "'Trebuchet MS', Verdana, sans-serif",
    183183            "font-size": "11px",
    184             color: "#666",
    185             background: "#eee url(" + a.imgpath + "buttonbg.png) repeat-x 50% 50%",
     184            color: "#000",
     185            background: "#fff",
    186186            border: "1px solid #CCC",
    187187            "text-decoration": "none",
     
    195195        if (a.rounded)
    196196        {
    197             c["border-radius"] = "6px";
    198             c["-moz-border-radius"] = "6px";
    199             c["-webkit-border-radius"] = "6px"
     197            //c["border-radius"] = "6px";
     198            //c["-moz-border-radius"] = "6px";
     199            //c["-webkit-border-radius"] = "6px"
    200200        }
    201201        c = b("<a/>").addClass("jquery-ui-switcher-link").css(c).bind(
     
    205205                b(this).css(
    206206                {
    207                     background: "#eee"
     207                    background: "#fff"
    208208                })
    209209            },
     
    212212                g.find(".jquery-ui-switcher-list-hldr").is(":visible") || b(this).css(
    213213                {
    214                     background: "#eee url(" + a.imgpath + "buttonbg.png) repeat-x 50% 50%"
     214                    background: "#fff"
    215215                })
    216216            },
Note: See TracChangeset for help on using the changeset viewer.