-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock-panel.css
More file actions
36 lines (33 loc) · 806 Bytes
/
clock-panel.css
File metadata and controls
36 lines (33 loc) · 806 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
34
35
36
#clock-applet-button{
font-size: small;
}
#MatePanelPopupWindow frame widget:first-child,
#MatePanelPopupWindow calendar:selected,
#PanelApplet button:checked {
background-color: rgba(255,255,255,0.3);
border-radius:1rem;
}
#clock-applet-button:hover{
border-radius: 1rem;
background-color:rgba(255, 255, 255, 0.3)
}
#MatePanelPopupWindow {
background-color: transparent;
}
#MatePanelPopupWindow frame {
background-color: rgba(0,0,0,.7);
border-radius: 1rem;
}
#MatePanelPopupWindow frame border {
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
}
#MatePanelPopupWindow calendar{
background-color: transparent;
}
#MatePanelPopupWindow calendar:active{
background-color:rgb(54,123,240);
border-radius: 1rem;
}