Themes - Tukan/Cicada - .text-info color changed - better readability and few other fixes (#1323)

This commit is contained in:
René
2019-05-06 06:49:12 +02:00
committed by Franco Fichtner
parent a09fc8b836
commit f43e74d5c7
4 changed files with 46 additions and 14 deletions
@@ -9498,11 +9498,23 @@ select {
min-width: 3.5em;
}
#grid-log {
border: 1px solid #515151;
}
#grid-top {
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.table-condensed.table-hover {
border: 1px solid #515151;
}
#rules.table-condensed.table-hover {
border: none;
}
@media screen and (max-width: 767px) {
.table-responsive {
margin-bottom: 0;
@@ -9669,10 +9681,6 @@ h3 {
}
}
.table-condensed.table-hover {
border: 1px solid #515151;
}
.bootgrid-header .search .glyphicon, .bootgrid-footer .search .glyphicon, .input-group-addon {
top: 0;
background-color: #ec6d12;
@@ -5691,7 +5691,7 @@ html, body {
height: 100%;
font-family: 'SourceSansProRegular';
scrollbar-width: thin;
scrollbar-color: #424242 #323232;
scrollbar-color: #424242 #323232;
background-color: #2a2a2a;
}
@@ -6387,10 +6387,18 @@ h3:hover, h3:focus {
text-decoration: underline;
}
.table-condensed.table-hover {
#grid-log {
border: 1px solid #515151;
}
.table-condensed.table-hover {
border: 1px solid #515151;
}
#rules.table-condensed.table-hover {
border: none;
}
.bootgrid-header .search .glyphicon,
.bootgrid-footer .search .glyphicon,
.input-group-addon {
@@ -1533,7 +1533,7 @@ a.text-success:hover {
}
.text-info {
color: #294c5f;
color: #47809f;
}
a.text-info:hover {
@@ -9513,11 +9513,23 @@ option {
min-width: 3.5em;
}
#grid-log {
border: 1px solid #c2c2c2;
}
#grid-top {
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.table-condensed.table-hover {
border: 1px solid #bdbdbd;
}
#rules.table-condensed.table-hover {
border: none;
}
@media screen and (max-width: 767px) {
.table-responsive {
margin-bottom: 0;
@@ -9691,10 +9703,6 @@ h3 {
}
}
.table-condensed.table-hover {
border: 1px solid #bdbdbd;
}
.btn-group.bootstrap-select {
&.open, &:hover {
border-color: #323232 !important;
@@ -1131,7 +1131,7 @@ a.text-success:hover {
color: #7fc54f; }
.text-info {
color: #294c5f; }
color: #47809f; }
a.text-info:hover {
color: #245269; }
@@ -5681,7 +5681,7 @@ html, body {
height: 100%;
font-family: 'SourceSansProRegular';
scrollbar-width: thin;
scrollbar-color: #315a71 #e3e3e3;
scrollbar-color: #315a71 #e3e3e3;
background-color: #fff;
}
@@ -6387,8 +6387,16 @@ h3:hover, h3:focus {
text-decoration: underline;
}
#grid-log {
border: 1px solid #c2c2c2;
}
.table-condensed.table-hover {
border: 1px solid #bdbdbd;
border: 1px solid #bdbdbd;
}
#rules.table-condensed.table-hover {
border: none;
}
.btn-group.bootstrap-select.open, .btn-group.bootstrap-select:hover {