summaryrefslogtreecommitdiff
path: root/SI/.obsidian/plugins/janitor/styles.css
blob: c6247714542a9c722feef4e97e10f1ad2537b07a (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/*

This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.

If your plugin does not need CSS, delete this file.

*/
.janitor-modal-footer {
	/* float: right; */
	padding: 10pt;
	display: flex;
}

.janitor-modal-footer button {}

.janitor-modal-footer .janitor-footer-buttons {
	flex: 1;
	justify-content: flex-end;
	display: flex;
}

.janitor-scan-section-title {
	font-size: larger;
	margin-bottom: 5pt;
	font-weight: 600;
}

.janitor-modal-title {
    text-align: center;
    font-size: 150%;
    margin-bottom: 10px;
}

.janitor-file {
	margin-left: 1em;
	position: relative;
}

.janitor-file:hover {
	background-color: var(--background-primary);
}


.janitor-file .openFileIcon {
    right: 0px;
	position: absolute;
    /* cursor: pointer; */
	visibility: hidden;
}

.janitor-file label {
	width: 100%;
	/* cursor: pointer; */
}

.janitor-file:hover .openFileIcon {
	visibility: visible;
}

.janitor-file:focus {
	outline: auto;
}

.janitor-scan-results {
	overflow-y: auto;
	max-height:250px;
}

.janitor-files-wrapper {
	/* overflow-y: auto; */
	/* max-height: 180px; */
	/* border: 1px solid; */
	padding: 5px;
}

.janitor-date-picker {
	padding: 5px;;
}

.janitor-date-picker label span {
	margin-right: 1em;;
}


.janitor-date-picker-buttons {
	float: right;
}

.janitor-date-shortcuts {
	white-space: nowrap;
	margin-top: 1em;
	text-align: center;
}

.janitor-date-shortcuts .janitor-date-picker-buttons {
	display: inline-block;
}