X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gfx%2Fluma%2Fgfx%2Fmenu%2Fluma%2Fcommon.css;h=dee50efb39e72271b0c28fdc66ecd02ca283c65e;hb=51cf61fe813cf222ef469aa4ef20e92d142d6ffc;hp=7299ba9dffe5909745c2ffa76ee6fc785738ba82;hpb=3d8184b4f6b46b8b2c9d99acdf7e24e454723b84;p=xonotic%2Fmediasource.git diff --git a/gfx/luma/gfx/menu/luma/common.css b/gfx/luma/gfx/menu/luma/common.css old mode 100644 new mode 100755 index 7299ba9..dee50ef --- a/gfx/luma/gfx/menu/luma/common.css +++ b/gfx/luma/gfx/menu/luma/common.css @@ -1,25 +1,28 @@ /* Backgrounds */ .background { fill:#000000; opacity:0.85 } -.clearbutton { fill:#000000; opacity:0.30 } +.clearbutton { fill:#000000; opacity:0.3 } +.gametypebg { fill:#000000; opacity:0.5 } /* Components */ -.color { fill:#f7f7f7 } +.checkmark { fill:#90abc4 } .colorpicker { fill:#ffffff } -.mark { fill:#efefef } +.gametype { fill:#90abc4 } +.mark { fill:#f2fcff; opacity:0.9 } .nopreview { fill:#37628a; opacity:0.75 } -/* Icons */ -.aes { fill:#d8c246 } -.mod { fill:#5ea1da } -.pure { fill:#bd4f1b } -.stats { fill:#85c935 } +.colorbutton { opacity:0.8; fill:#ffffff } +.colorbutton_frame { opacity:1 } +.colorbutton_glow { opacity:0.55 } -/* Gametypes */ -.gametype { fill:#ffffff } +/* Icons */ +.aes { fill:#e2d138 } +.mod { fill:#5ba4e1 } +.pure { fill:#c1511f } +.stats { fill:#81ce36 } /* Filters */ .blurred { filter:url(common.filters#blurred) } -.glowing { filter:url(common.filters#glowint) } +.glowing { filter:url(common.filters#glowing) } .grayed { filter:url(common.filters#grayed) } .shadowed { filter:url(common.filters#shadowed) } .shining { filter:url(common.filters#shining) }