Update searchbox placeholder color

Update title of app
This commit is contained in:
John F
2015-04-27 23:29:53 -04:00
parent d8c471b03a
commit 8d323a4b28
5 changed files with 6 additions and 8 deletions
-1
View File
@@ -31613,7 +31613,6 @@ var SearchBox = React.createClass({displayName: "SearchBox",
});
module.exports = SearchBox;
+4 -4
View File
@@ -646,16 +646,16 @@ body {
padding: 15px 30px;
width: 100%; }
.filter-bar__item--search .textbox::-webkit-input-placeholder {
color: #252327;
color: #38353b;
font-style: italic; }
.filter-bar__item--search .textbox::-moz-placeholder {
color: #252327;
color: #38353b;
font-style: italic; }
.filter-bar__item--search .textbox:-ms-input-placeholder {
color: #252327;
color: #38353b;
font-style: italic; }
.filter-bar__item--search .textbox::placeholder {
color: #252327;
color: #38353b;
font-style: italic; }
.action-bar {
+1 -1
View File
@@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'Flood' });
});
module.exports = router;
+1 -1
View File
@@ -21,7 +21,7 @@ $client-stats--tertiary: #363337;
$search-torrents--background: #161316;
$search-torrents--foreground: #625e66;
$search-torrents--placeholder: #252327;
$search-torrents--placeholder: #38353b;
$status-filter--active--foreground: #fff;
@@ -13,5 +13,4 @@ var SearchBox = React.createClass({
});
module.exports = SearchBox;