Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
29dd45e5
Commit
29dd45e5
authored
May 08, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix styles for play button
parent
e0a313e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
static/css/application.css
+2
-1
templates/sass/courseware/_amplifier.scss
+2
-1
No files found.
static/css/application.css
View file @
29dd45e5
...
...
@@ -3943,7 +3943,8 @@ section.tool-wrapper div#controlls-container div.graph-controls div.music-wrappe
padding
:
6px
18px
7px
;
text-shadow
:
0
1px
0
#31505a
;
-webkit-background-clip
:
padding-box
;
font
:
bold
16px
"Open Sans"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
Geneva
,
Verdana
,
sans-serif
;
font
:
bold
14px
"Open Sans"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
"Lucida Sans"
,
Geneva
,
Verdana
,
sans-serif
;
border-color
:
#001317
;
float
:
right
;
}
section
.tool-wrapper
div
#controlls-container
div
.graph-controls
div
.music-wrapper
input
#playButton
:hover
{
-webkit-box-shadow
:
inset
0
1px
0
0
#778589
;
...
...
templates/sass/courseware/_amplifier.scss
View file @
29dd45e5
...
...
@@ -95,7 +95,8 @@ section.tool-wrapper {
input
#playButton
{
display
:
block
;
@include
button
(
simple
,
lighten
(
#586e75
,
5%
));
font
:
bold
16px
$body-font-family
;
font
:
bold
14px
$body-font-family
;
border-color
:
darken
(
#002b36
,
6%
);
float
:
right
;
&
:active
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment