mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
border color tweaks
This commit is contained in:
parent
95a34c9e2d
commit
db44c1d8e6
@ -53,7 +53,7 @@
|
|||||||
#history-navigation {
|
#history-navigation {
|
||||||
margin: 0 15px 0 5px;
|
margin: 0 15px 0 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#global-buttons {
|
#global-buttons {
|
||||||
@ -61,7 +61,7 @@
|
|||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
padding: 10px 0 10px 0;
|
padding: 10px 0 10px 0;
|
||||||
margin: 0 10px 0 10px;
|
margin: 0 10px 0 10px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ddd;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -367,7 +367,7 @@ div.ui-tooltip {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn:not(.btn-primary):not(.btn-danger) {
|
.btn:not(.btn-primary):not(.btn-danger) {
|
||||||
border-color: #bbb;
|
border-color: #ddd;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -528,7 +528,8 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
|||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: black;
|
color: black;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 5px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user