You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
949 B
43 lines
949 B
|
|
.textHead{
|
|
text-shadow: 1px 1px #ffffff;
|
|
}
|
|
|
|
.button {
|
|
background-image: -gtk-gradient(linear,
|
|
left top, left bottom,
|
|
from(@entry_background_a),
|
|
color-stop(0.20, @entry_background_b),
|
|
color-stop(0.85, @entry_background_c),
|
|
to(@entry_background_d));
|
|
}
|
|
.opacited {
|
|
opacity:0.98;
|
|
border:none;
|
|
border-radius:0px;
|
|
}
|
|
.color {
|
|
background-color: inherit;
|
|
}
|
|
.menuitemsolo {
|
|
border-color:alpha(@theme_text_color, 0.4);
|
|
border-style:solid;
|
|
border-width:inherit;
|
|
}
|
|
.menuitemsolo *{
|
|
margin:0 2px 2px 2px;
|
|
padding: 3px 10px 5px 5px;
|
|
}
|
|
.menuitemsolo:hover {
|
|
background:@theme_bg_color;
|
|
border:inherit;
|
|
|
|
}
|
|
.menuitemsolo:hover* {
|
|
margin:0 2px 2px 2px;
|
|
padding: 3px 10px 5px 5px;
|
|
background:@theme_selected_bg_color;
|
|
border-color:transparent;
|
|
border-radius: 2px;
|
|
}
|