mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 02:56:05 +00:00
Update searchbox placeholder color
Update title of app
This commit is contained in:
Vendored
-1
@@ -31613,7 +31613,6 @@ var SearchBox = React.createClass({displayName: "SearchBox",
|
||||
|
||||
});
|
||||
|
||||
|
||||
module.exports = SearchBox;
|
||||
|
||||
|
||||
|
||||
Vendored
+4
-4
@@ -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 {
|
||||
|
||||
Vendored
+1
-1
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user