pull/233/head
vinceliuice 3 years ago
parent 2193c0ec48
commit d8ba3abb5c

@ -4033,7 +4033,13 @@ windowcontrols {
image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
&:hover > image,
&:active > image { background-color: transparent; }
}
}

@ -4378,6 +4378,13 @@ windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(lt
windowcontrols button image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
windowcontrols button:hover > image, windowcontrols button:active > image {
background-color: transparent;
}
gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected {

@ -4373,6 +4373,13 @@ windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(lt
windowcontrols button image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
windowcontrols button:hover > image, windowcontrols button:active > image {
background-color: transparent;
}
gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected {

@ -4373,6 +4373,13 @@ windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(lt
windowcontrols button image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
windowcontrols button:hover > image, windowcontrols button:active > image {
background-color: transparent;
}
gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected {

@ -4373,6 +4373,13 @@ windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(lt
windowcontrols button image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
windowcontrols button:hover > image, windowcontrols button:active > image {
background-color: transparent;
}
gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected {

@ -4373,6 +4373,13 @@ windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(lt
windowcontrols button image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
windowcontrols button:hover > image, windowcontrols button:active > image {
background-color: transparent;
}
gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected {

@ -4378,6 +4378,13 @@ windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(lt
windowcontrols button image {
background-color: transparent;
padding: 0;
border: none;
outline: none;
box-shadow: none;
}
windowcontrols button:hover > image, windowcontrols button:active > image {
background-color: transparent;
}
gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected {

Loading…
Cancel
Save