-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.less
More file actions
26 lines (26 loc) · 1.16 KB
/
editor.less
File metadata and controls
26 lines (26 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.tab.dataset{ overflow-x:auto !important;
& > .scroller{max-width:none; padding:0 20px;}
.spreadsheet{
td{max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.record-menu{float:right; width:36px; height:33px; margin-bottom:-24px; position:relative; top:-12px; padding-top:9px; padding-left:10px; box-sizing:border-box; cursor:pointer;}
.td-menu{overflow:visible; text-overflow:unset;}
.drop-menu{top:33px; right:0;}
.delete-record svg{width:16px !important; height:16px !important; position:relative; top:2px;}
td.owner, .td-menu{width:2%;}
}
.paging{
.paging-info{padding:5px 10px; opacity:0.6;}
.page-item{padding:5px; margin:0 3px;
&.selected{outline:2px solid #ffffff77; border-radius:4px;}
}
.previous, .next, .no-previous, .no-next{padding:5px;}
.no-previous, .no-next{opacity:0.6;}
}
}
.tab-toolbar .search-dataset{width:100%; max-width:150px;}
.tab-toolbar .dataset-menu{
& > .row.hover {width:36px; padding:7px 0; text-align:center;}
.drop-menu{top:30px; right:15px; width:220px;
li > .item{min-width:245px;}
}
}