Skip to content

Commit

Permalink
Merge pull request #51 from eduNEXT/pearson/adonis/color_rocketc
Browse files Browse the repository at this point in the history
PE-108 change color of panels
  • Loading branch information
diegomillan authored Sep 11, 2018
2 parents 2ebf5c0 + 4c04b59 commit e977859
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions rocketc/static/css/rocketc.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
left: 0;
width: 75%;
display: none;
background-color: #131212;
border: 1px solid #a2a2a2;
background-color: #FFF;
border-style: outset;
padding: 10px
}

.rocketc_block #tool-buttons #select-channel {
border: 1px solid #181414;
border: 1px solid #bcafaf;
border-radius: 3px;
box-shadow: inset 0 1px 0 0 #606060;
box-shadow: inset 0 1px 0 0 #fff;
display: inline-block;
background-color: #3A3A3A;
background-image: -webkit-linear-gradient(#3A3A3A,#211b1b);
background-image: linear-gradient(#3A3A3A,#211b1b);
padding: 3px 18px;
text-shadow: 0 1px 0 #0e0a0a;
background-clip: padding-box;
background-color: #D9D9D9;
background-image: linear-gradient(#D9D9D9,#c3b7b7);
padding: 7px 18px;
text-decoration: none;
text-shadow: 0 1px 0 #e6e0e0;
font-size: 16px;
}

#tool-buttons{
Expand Down

0 comments on commit e977859

Please sign in to comment.