forked from PyroAVR/widget-super-touchplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidget.css
More file actions
33 lines (29 loc) · 635 Bytes
/
Copy pathwidget.css
File metadata and controls
33 lines (29 loc) · 635 Bytes
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
#com-chilipeppr-widget-super-touchplate .panel-body {
padding: 0;
position: relative;
margin-bottom: -5px;
height:300px;
}
#com-chilipeppr-widget-super-touchplate .settings-overlay {
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
border: 0px solid red;
}
#com-chilipeppr-widget-super-touchplate .input-group-addon {
font-size: 10px;
}
#com-chilipeppr-widget-super-touchplate .panel-footer {
font-size: 11px;
padding: 0;
margin: 0;
}
#com-chilipeppr-widget-touchplate-status {
overflow: auto;
max-height:30px;
background: none;
background-color: #f5f5f5;
border: none;
}