Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #288 from dcrousso/master
Browse files Browse the repository at this point in the history
Simple CSS Fixes
  • Loading branch information
kbhomes committed Apr 5, 2015
2 parents 8518217 + fb18c7b commit b2c11b2
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion radiant-player-mac/css/cocoa.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
background: none;
}

#player [data-id="now-playing-menu"] {
#player:not(.material) [data-id="now-playing-menu"] {
border: none;
}

Expand Down
2 changes: 1 addition & 1 deletion radiant-player-mac/css/dark-flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ a, .simple-dialog a {
background: none;
}

#player [data-id="now-playing-menu"] {
#player:not(.material) [data-id="now-playing-menu"] {
border: none;
}

Expand Down
4 changes: 4 additions & 0 deletions radiant-player-mac/css/dark-yosemite.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
text-align: left;
}

#gbqfq:focus::-webkit-input-placeholder {
opacity: 0;
}

.gm-nav-button {
opacity: 1 !important;
background-size: 12px 16px !important;
Expand Down
2 changes: 1 addition & 1 deletion radiant-player-mac/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ a, .simple-dialog a {
background: none;
}

#player [data-id="now-playing-menu"] {
#player:not(.material) [data-id="now-playing-menu"] {
border: none;
background-color: transparent !important;
}
Expand Down
4 changes: 4 additions & 0 deletions radiant-player-mac/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ body {
text-align: left;
}

#gbqfq:focus::-webkit-input-placeholder {
opacity: 0;
}

.gm-nav-button {
border-radius: 3px;
background-color: #fcfcfc;
Expand Down
4 changes: 4 additions & 0 deletions radiant-player-mac/css/spotify-black-yosemite.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
text-align: left;
}

#gbqfq:focus::-webkit-input-placeholder {
opacity: 0;
}

.gm-nav-button {
opacity: 1 !important;
background-size: 12px 16px !important;
Expand Down
4 changes: 2 additions & 2 deletions radiant-player-mac/css/spotify-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#main, #content, #music-content {
background-color: #121314;
background-color: #121314 !important;
color: #bbb;
}

Expand Down Expand Up @@ -338,7 +338,7 @@ a, .simple-dialog a {
background: none;
}

#player [data-id="now-playing-menu"] {
#player:not(.material) [data-id="now-playing-menu"] {
border: none;
}

Expand Down
2 changes: 1 addition & 1 deletion radiant-player-mac/css/yosemite.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ body {
background: none;
}

#player [data-id="now-playing-menu"] {
#player:not(.material) [data-id="now-playing-menu"] {
border: none;
}

Expand Down

0 comments on commit b2c11b2

Please sign in to comment.