summaryrefslogtreecommitdiff
path: root/css/prefs.less
blob: de7e31f7bdb59eb4926b99931a4e1c52f374fc48 (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
body.ttrss_prefs {
	background-color : @color-panel-bg;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;

	#footer, #header {
		padding : 8px;
		font-size : 13px;
	}

	#header {
		float : right;
	}

	#footer_splitter {
		display : none;
	}

	#footer {
		background-color : @color-panel-bg;
		font-size : 13px;
		border : 0px;
		text-align : center;
	}

	#header img {
		vertical-align : middle;
		cursor : pointer;
	}

	.dijitTree#filterTree .dijitTreeIcon,
	.dijitTree#labelTree .dijitTreeIcon,
	.dijitTree#filterTree .dijitTreeIcon {
		display : none;
	}

	.dijitAccordionTitle i.material-icons {
		top : -1px;
		position : relative;
	}

	.dijitAccordionTitleSelected i.material-icons {
		color : white;
	}

	.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
		padding : 0px;
	}

	tr.title td {
		border: 0px solid #ecf4ff;
		border-bottom-width: 1px;
		color : @color-link;
	}

	.prefPrefsList td {
		padding-bottom : 4px;
	}

	div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
		text-align : center;
		padding : 5px;
		color : @default-text;
	}

	div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
		margin-right : 5px;
	}

	#errorButton {
		color : red;
	}

	.user-css-editor {
		height : 300px;
		width : 575px;
	}

	table.prefPluginsList td label, table.prefUserList td {
		cursor : pointer;
	}

	table.prefPluginsList{
		label {
			white-space : nowrap;
		}

		i.plugin-enabled {
			color : @color-checked;
		}
	}

	table.prefPluginsList label img {
		vertical-align : middle;
	}

	table.prefErrorLog tr.errrow td {
		font-size : 10px;
	}

	table.prefErrorLog tr.errrow td.errno {
		font-style : italic;
		font-weight : bold;
		white-space : nowrap;
	}

	table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
		color : @default-text;
	}

	hr {
		border-color : #ecf4ff;
		max-width : 100%;
	}

	.phpinfo {
		table {
			border-collapse : collapse;
		}

		td.e, td.v {
			border : 1px solid #ccc;
		}

		td.e {
			font-weight : bold;
		}

		td.v {
			font-family : monospace;
		}
	}
}