forked from stowball/brackets-legibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegibility.css
161 lines (123 loc) · 2.82 KB
/
legibility.css
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* Sidebar */
#working-set-header, #project-files-header, #working-set-list-container {
font-size: 15px;
}
#titlebar a, #titlebar a:hover {
font-size: 16px;
height: 20px;
line-height: 18px;
padding-right: 12px;
padding-left: 12px;
}
.open-files-container {
max-height: none;
}
.open-files-container a, .open-files-container a:hover {
font-size: 16px;
height: 20px;
line-height: 18px;
}
.jstree a, .jstree a:hover {
height: 20px;
line-height: 18px;
}
.jstree-brackets li a, .jstree-brackets li a:hover {
font-size: 16px
}
.sidebar-selection, .sidebar-selection-triangle {
background: #2d2e30;
border-bottom: 1px solid #505354;
border-top: 1px solid #1e1f20;
height: 25px;
}
.sidebar-selection-triangle.triangle-visible:before {
border-bottom-width: 14px;
border-left-width: 12px;
border-top-width: 14px;
}
#git-bash {
display: block;
margin-left: 0;
}
/* Code Hints */
.toolbar .nav .dropdown-menu li a, .context-menu .dropdown-menu li a, .codehint-menu .dropdown-menu li a {
font-size: 16px;
line-height: 23px;
}
.codehint-menu .dropdown-menu {
max-height: 200px;
overflow-x: hidden;
}
/* Dropdown Menus */
.dropdown-menu > li > a {
font-size: 16px;
line-height: 21px;
}
/* Status Bar */
#status-bar {
font-size: 15px;
height: 31px;
line-height: 30px;
}
/* Vertical Toolbar */
.main-view .content {
right: 40px;
}
#main-toolbar {
width: 40px;
}
#main-toolbar .buttons > a, #main-toolbar .bottom-buttons > a {
margin-left: auto;
margin-right: auto;
}
/* Modal Bar */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
font-size: 16px;
}
.modal-bar .search-input-container #find-counter {
font-size: 14px;
}
/* Bottom Panel */
.bottom-panel .toolbar .title {
font-size: 16px;
}
.btn.small {
font-size: 13px;
}
.table th, .table td {
line-height: 22px;
}
.bottom-panel-table td {
font-size: 15px;
}
.bottom-panel-table .line-number {
font-size: 14px;
}
/* Extension Modal */
.modal-inner-wrapper {
font-size: 15px;
}
.extension-manager-dialog .modal-header .nav-tabs > li > a {
font-size: 14px;
}
.extension-manager-dialog .modal-header .search {
font-size: 16px;
padding-left: 29px;
}
.extension-manager-dialog .modal-body .extension-list .ext-version, .extension-manager-dialog .modal-body .extension-list .ext-date, .extension-manager-dialog .modal-body .extension-list .ext-author {
font-size: 13px;
}
.btn {
cursor: pointer;
}
.btn-mini {
font-size: 14px;
line-height: 17px;
}
.btn.update {
background: #91cc41;
border-color: #658e2d;
box-shadow: inset 0 1px 0 #d9edbd;
color: #fff;
text-shadow: 0 1px 0 #333;
}