Commit e6c072e2155adac6c6a31279df47e571b3a486b1

glyphicon color changed
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

32 32
33 position:fixed;33 position:fixed;
34 top: 200px;34 top: 200px;
35 right: 0px;
35 right: 10px;
36 list-style: none;36 list-style: none;
37 padding: 0px 4px;37 padding: 0px 4px;
3838
78z-index:1000;78z-index:1000;
79opacity:0.7;79opacity:0.7;
8080
81padding-left:2%;
81padding-left:7%;
82width:auto; 82width:auto;
83 }83 }
84 84
170 padding:30px;170 padding:30px;
171 background:rgba(0, 0, 0, 0.6);171 background:rgba(0, 0, 0, 0.6);
172 color:white;172 color:white;
173border-radius:3%;
173border-radius:4px;
174font-family:'Open Sans', sans-serif;174font-family:'Open Sans', sans-serif;
175font-weight:bold;175font-weight:bold;
176 }176 }
1006 height: 35px;1006 height: 35px;
1007 background: none repeat scroll 0% 0% rgb(1, 2, 2);1007 background: none repeat scroll 0% 0% rgb(1, 2, 2);
1008 padding-top:2px;1008 padding-top:2px;
1009margin-top:-2.5%;
1009margin-top:-3%;
1010opacity:0.9; 1010opacity:0.9;
1011 } 1011 }
10121012
1220margin-left:5%;1220margin-left:5%;
1221background:rgba(0, 0, 0, 0.4);1221background:rgba(0, 0, 0, 0.4);
1222color:white;1222color:white;
1223margin-top:5%;
1224border-radius:1%;1223border-radius:1%;
1225 }1224 }
1226.glyphicon1225.glyphicon
1227{ 1226{
1228color:darkred;
1227color: #3F3B42;
1229line-height:3;1228line-height:3;
1230 }1229 }
12311230