aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 2aca8c380..035270e89 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -30,8 +30,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
30 .dropdown-item { 30 .dropdown-item {
31 padding: 3px 15px; 31 padding: 3px 15px;
32 32
33 &:active { 33 &.active {
34 color: #000 !important; 34 color: var(--mainBackgroundColor) !important;
35 background-color: var(--mainHoverColor);
36 opacity: .9;
35 } 37 }
36 } 38 }
37 39
@@ -48,14 +50,12 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
48 50
49@media screen and (min-width: 768px) { 51@media screen and (min-width: 768px) {
50 .modal:before { 52 .modal:before {
51 display: inline-block;
52 vertical-align: middle; 53 vertical-align: middle;
53 content: " "; 54 content: " ";
54 height: 100%; 55 height: 100%;
55 } 56 }
56 57
57 .modal-dialog { 58 .modal-dialog {
58 display: inline-block;
59 text-align: left; 59 text-align: left;
60 vertical-align: middle; 60 vertical-align: middle;
61 min-width: 500px; 61 min-width: 500px;