mobile.css 391 B

123456789101112131415161718
  1. .topbar{
  2. background-color: #c3c3c3;
  3. border-top: 2px outset #e4e6f3 !important;
  4. }
  5. .appname{
  6. padding-right:15px;
  7. line-height:43px !important;
  8. border-left: 2px solid #e4e6f3 !important;
  9. border-top: 2px solid #e4e6f3 !important;
  10. border-right: 2px solid #000507 !important;
  11. border-bottom: 2px solid #000507 !important;
  12. margin-top:1px;
  13. }
  14. .appname a,.topicon {
  15. color:black !important;
  16. }