diff --git a/themes/Sunrise/accents/10.css b/themes/Sunrise/accents/10.css index f3d8bd433..3c4681a6a 100644 --- a/themes/Sunrise/accents/10.css +++ b/themes/Sunrise/accents/10.css @@ -5,11 +5,48 @@ * Based on Font Awesome 4.4.0 * #eeeeee #dddddd #cccccc */ + + *, +.panel-title, +.navbar, +.navbar-brand, +.navbar-brand:hover, +.list-group-item { + color: #555 !important; + } + + .dropdown-menu .fa, +.label .fa, +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + color: #fff !important; + } + +.navbar-default .navbar-form ::-webkit-input-placeholder, +.first-run-login ::-webkit-input-placeholder { + color: rgba(33,33,33,.6); +} + +.navbar-default .navbar-form ::-moz-placeholder, +.first-run-login ::-moz-placeholder { + color: rgba(33,33,33,.6); +} + +.navbar-default .navbar-form :-ms-input-placeholder, +.first-run-login :-ms-input-placeholder { + color: rgba(33,33,33,.6); +} #header, .editor { background: #eeeeee; - background: linear-gradient(to bottom left, #eeeeee, #cccccc); + background: linear-gradient(to bottom left, +#eeeeee, +#cccccc); } .first-run.panel, @@ -17,12 +54,16 @@ .nav-tabs, .nav-tab-info { background: #eeeeee; - background: linear-gradient(to top right, #eeeeee, #cccccc); + background: linear-gradient(to top right, +#eeeeee, +#cccccc); } .panel-default .panel-heading { background: #eeeeee; - background: linear-gradient(to right, #eeeeee, #cccccc); + background: linear-gradient(to right, +#eeeeee, +#cccccc); } .comment-arrow { @@ -48,10 +89,14 @@ .modal-form .modal-header { background: #eeeeee; - background: linear-gradient(to bottom left, #eeeeee, #dddddd); + background: linear-gradient(to bottom left, +#eeeeee, +#dddddd); } .modal-form .modal-footer { background: #dddddd; - background: linear-gradient(to bottom left, #dddddd, #cccccc); + background: linear-gradient(to bottom left, +#dddddd, +#cccccc); } \ No newline at end of file