diff --git a/css/player.css b/css/player.css index 2f7b074..11acbda 100644 --- a/css/player.css +++ b/css/player.css @@ -975,13 +975,46 @@ li { right: -32px; top: 0px; z-index: 10; + text-align: center; } -.source-list button{ +.source-list div{ background-color: #333333; - color: #fff; + color: #ffffff; + height: 35px; + border: 1px solid #ffffff; + width: 75px; + cursor: pointer; + vertical-align: middle; + padding-top: 6px; } +.source-list div:first-child:not(:last-child) { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.source-list div:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} + +.source-list .active { + background-color: #e6e6e6; + color: #333333; +} + +.source-list div:hover { + background-color: #ffffff; + color: #333333; +} + + + .settings-title { font-size: 20px; padding: 20px; diff --git a/listen1.html b/listen1.html index 3f6d0be..3e43723 100644 --- a/listen1.html +++ b/listen1.html @@ -147,10 +147,10 @@