diff --git a/src/js/views/Debug.js b/src/js/views/Debug.js index f773739c..e6497062 100755 --- a/src/js/views/Debug.js +++ b/src/js/views/Debug.js @@ -58,8 +58,8 @@ class Debug extends React.Component{ var actions = ( ) diff --git a/src/js/views/Playlist.js b/src/js/views/Playlist.js index 8a48e7b3..2d14b75b 100755 --- a/src/js/views/Playlist.js +++ b/src/js/views/Playlist.js @@ -114,14 +114,14 @@ class Playlist extends React.Component{ return (
- +
) default: return (
- +
) } diff --git a/src/scss/global/_forms.scss b/src/scss/global/_forms.scss index edfbe7cc..3cbc79f9 100755 --- a/src/scss/global/_forms.scss +++ b/src/scss/global/_forms.scss @@ -226,10 +226,10 @@ input[type="submit"] { input + .label:before { content: ' '; display: inline-block; - width: 16px; - height: 16px; + width: 14px; + height: 14px; border-radius: 50%; - border: 1px solid #000000; + border: 2px solid #000000; position: absolute; top: 4px; left: 0; @@ -256,14 +256,14 @@ input[type="submit"] { input + .label:before { font-family: FontAwesome; - font-size: 10px; + font-size: 8px; content: ' '; color: #000000; display: inline-block; - width: 13px; - height: 13px; + width: 11px; + height: 11px; padding: 3px 0 0 3px; - border: 1px solid #000000; + border: 2px solid #000000; position: absolute; top: 5px; left: 0;