border color tweaks

This commit is contained in:
azivner 2019-01-05 11:49:17 +01:00
parent 95a34c9e2d
commit db44c1d8e6
2 changed files with 5 additions and 4 deletions

View file

@ -53,7 +53,7 @@
#history-navigation {
margin: 0 15px 0 5px;
position: relative;
top: 3px;
top: 2px;
}
#global-buttons {
@ -61,7 +61,7 @@
justify-content: space-around;
padding: 10px 0 10px 0;
margin: 0 10px 0 10px;
border: 1px solid #ccc;
border: 1px solid #ddd;
border-radius: 5px;
}

View file

@ -367,7 +367,7 @@ div.ui-tooltip {
}
.btn:not(.btn-primary):not(.btn-danger) {
border-color: #bbb;
border-color: #ddd;
background-color: #eee;
}
@ -528,7 +528,8 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
max-height: 300px;
overflow: hidden;
color: black;
border: 1px solid #aaa;
border: 1px solid #ccc;
border-radius: 5px;
text-align: left;
}