mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 17:08:51 +00:00
[Treeview] Collapse button styling
Made smaller, with flat left side.
This commit is contained in:
parent
62f7ca5a0a
commit
81ece1190e
@ -728,16 +728,18 @@ mct-container {
|
|||||||
.object-browse-bar .left-pane-tabs {
|
.object-browse-bar .left-pane-tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
left: -12px;
|
left: -10px;
|
||||||
width: 14px;
|
width: 11px;
|
||||||
height: 20px;
|
height: 16px;
|
||||||
line-height: 20px;
|
line-height: 16px;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
top: 1px;
|
top: 3px;
|
||||||
border-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
background-color: lightgrey;
|
background-color: lightgrey;
|
||||||
border: 1px solid grey; }
|
border: 1px solid grey;
|
||||||
/* line 71, ../sass/tree/_layout.scss */
|
border-left-width: 0; }
|
||||||
|
/* line 74, ../sass/tree/_layout.scss */
|
||||||
.object-browse-bar .items-select {
|
.object-browse-bar .items-select {
|
||||||
margin-left: 10px; }
|
margin-left: 10px; }
|
||||||
|
|
||||||
|
@ -56,16 +56,19 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
left: -12px;
|
left: -10px;
|
||||||
width: 14px;
|
width: 11px;
|
||||||
height: 20px;
|
height: 16px;
|
||||||
line-height: 20px;
|
line-height: 16px;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
top: 1px;
|
top: 3px;
|
||||||
|
|
||||||
border-radius: 2px;
|
//border-radius: 2px;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
background-color: lightgrey;
|
background-color: lightgrey;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items-select {
|
.items-select {
|
||||||
|
Loading…
Reference in New Issue
Block a user