-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui.css
39 lines (39 loc) · 827 Bytes
/
ui.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
#myeditor {
font-size: 10pt;
font-family: Noto Sans;
border: 0px;
}
window {
background-color: #e9e9e9;
}
viewport {
font-size: 9pt;
border: 0px;
}
entry {
background-color: #e9e9e9;
}
headerbar.titlebar {
font-size: 11pt;
font-family: Noto Sans;
}
#statuslabel {
font-size: 8pt;
font-family: Noto Sans;
border: 0px;
color: #555753;
}
#openbutton:hover, #runbutton:hover,
#savebutton:hover, #saveasbutton:hover,
#showfindbutton:hover, #newbutton:hover,
#replacebutton:hover, #replaceallbutton:hover,
#filemanagerbutton:hover, #aboutbutton:hover,
#checkbutton:hover, #colorbutton:hover,
#menubutton:hover, #stylesbutton:hover,
#dialogsbutton:hover, #defbutton:hover
{
background-image: linear-gradient(0deg, #00aaff 0%, lightblue 100%);
}
combobox {
font-size: 8pt;
}