|
|
@ -28,8 +28,8 @@ window {
|
|
|
|
anchor: northeast;
|
|
|
|
anchor: northeast;
|
|
|
|
fullscreen: false;
|
|
|
|
fullscreen: false;
|
|
|
|
width: 50px;
|
|
|
|
width: 50px;
|
|
|
|
x-offset: -10px;
|
|
|
|
x-offset: 5px;
|
|
|
|
y-offset: -20px;
|
|
|
|
y-offset: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
/* properties for all widgets */
|
|
|
|
/* properties for all widgets */
|
|
|
|
enabled: true;
|
|
|
|
enabled: true;
|
|
|
@ -148,7 +148,7 @@ element {
|
|
|
|
enabled: true;
|
|
|
|
enabled: true;
|
|
|
|
spacing: 0px;
|
|
|
|
spacing: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 15px 10px;
|
|
|
|
padding: 10px 10px;
|
|
|
|
border: 0px solid;
|
|
|
|
border: 0px solid;
|
|
|
|
border-radius: 100%;
|
|
|
|
border-radius: 100%;
|
|
|
|
border-color: @selected;
|
|
|
|
border-color: @selected;
|
|
|
@ -157,7 +157,7 @@ element {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
element-text {
|
|
|
|
element-text {
|
|
|
|
font: "feather bold 24";
|
|
|
|
font: "feather bold 16";
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
text-color: inherit;
|
|
|
|
text-color: inherit;
|
|
|
|
cursor: inherit;
|
|
|
|
cursor: inherit;
|
|
|
|