Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
darker button background
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Feb 6, 2016
1 parent 0643154 commit 5c0db24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css" />
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/colors.css">
<link rel="stylesheet" href="https://rawgithub.com/fabien-d/alertify.js/0.3.11/themes/alertify.core.css">
<link rel="stylesheet" href="https://rawgithub.com/fabien-d/alertify.js/0.3.11/themes/alertify.default.css">
<link rel="stylesheet" href="https://rawgithub.com/designmodo/Flat-UI/2.2.2/dist/css/flat-ui.min.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/colors.css">
</head>
<body ng-app="composeUiApp">

Expand Down
14 changes: 10 additions & 4 deletions static/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
body {
background-color: #F9F9F9;
}

.logs{
max-height: 500px;
display: block;
Expand Down Expand Up @@ -95,4 +91,14 @@ footer {

.search-items {
margin-top: 10px;
}

.btn-default {
background-color: #869198;
}
.btn-default:active, .btn-default.active {
background: #6d7377;
}
.btn-default:hover, .btn-default.hover {
background: #939da3;
}

0 comments on commit 5c0db24

Please sign in to comment.