diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 173f77c30..2b6127732 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -1,4 +1,4 @@ -/*! +/* * Bootstrap v3.0.0 * * Copyright 2013 Twitter, Inc @@ -7,7 +7,7 @@ * * Designed and built with all the love in the world by @mdo and @fat. */ -/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ +/* normalize.css v2.1.0 | MIT License | git.io/normalize */ /* line 22, ../bower_components/sass-bootstrap/lib/_normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } @@ -5717,7 +5717,7 @@ th.visible-print, td.visible-print { /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ th.hidden-print, td.hidden-print { display: none !important; } } -/*! +/* * Font Awesome 3.2.1 * the iconic font designed for Bootstrap * ------------------------------------------------------------------------------ @@ -7730,17 +7730,20 @@ html, body { .page-head h2.page-title { padding: 0 0 0 20px; } } /* line 169, admin-theme.sass */ +.page-head a { + color: white; } +/* line 171, admin-theme.sass */ .page-head .btn-toolbar { margin: 0; padding: 3px 0 0 0; } -/* line 172, admin-theme.sass */ +/* line 174, admin-theme.sass */ .page-head .btn-toolbar .nav-tabs { margin: 0; } -/* line 174, admin-theme.sass */ +/* line 176, admin-theme.sass */ .page-head .btn-toolbar .nav-tabs > li > a { color: #333333; } -/* line 178, admin-theme.sass */ +/* line 180, admin-theme.sass */ .toolbar_btn { position: relative; padding: 2px 5px !important; @@ -7750,13 +7753,13 @@ html, body { color: white; text-align: center; text-shadow: none; } -/* line 187, admin-theme.sass */ +/* line 189, admin-theme.sass */ .toolbar_btn:hover { color: #8fc04d; border-color: white; background-color: white !important; } -/* line 192, admin-theme.sass */ +/* line 194, admin-theme.sass */ [class^="process-icon-"], [class*=" process-icon-"] { height: 25px; min-width: 32px; diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass index b8a106463..ed70f70d1 100755 --- a/admin-dev/themes/default/css/admin-theme.sass +++ b/admin-dev/themes/default/css/admin-theme.sass @@ -166,6 +166,8 @@ html, body text-transform: uppercase @media (max-width: $screen-tablet) padding: 0 0 0 20px + a + color: white .btn-toolbar margin: 0 padding: 3px 0 0 0