diff options
| author | Teddy Wing | 2013-11-10 11:00:50 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2013-11-10 11:00:50 -0500 | 
| commit | b05a50baf07220234cd17c0ff6a3033adfb33e74 (patch) | |
| tree | 6f1d7511b702fd70d558a249ad8c6036d7efbef9 /assets/css | |
| parent | 8c850747e64101035f8b4b48016f2b17714beea4 (diff) | |
| download | clip-play-b05a50baf07220234cd17c0ff6a3033adfb33e74.tar.bz2 | |
Change colour of normal state delete button
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/application.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/assets/css/application.css b/assets/css/application.css index 1c6d241..1dcfc0b 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -168,8 +168,8 @@ header {  .button.red{ -	background-color: #887c7c; -	border-color: #887c7c; +	background-color: #882222; +	border-color: #882222;  	color: #eee;  	text-shadow: 0px 1px 2px rgba(0,0,0,0.9);      -webkit-box-shadow:  0px 4px 1px 0px rgba(92, 5, 5, 1); | 
