mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
update
This commit is contained in:
@@ -17,6 +17,10 @@ dnd {
|
|||||||
|
|
||||||
.large-icons {
|
.large-icons {
|
||||||
-gtk-icon-size: 32px;
|
-gtk-icon-size: 32px;
|
||||||
|
|
||||||
|
.aboutdialog & {
|
||||||
|
-gtk-icon-size: 128px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
spinner:disabled,
|
spinner:disabled,
|
||||||
@@ -2894,10 +2898,6 @@ columnview.view {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
||||||
&:not(:hover):not(:disabled):not(:checked):not(:indeterminate) {
|
|
||||||
background-color: $divider;
|
|
||||||
}
|
|
||||||
|
|
||||||
&, &:hover, &:disabled, &:checked:hover, &:indeterminate:hover {
|
&, &:hover, &:disabled, &:checked:hover, &:indeterminate:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@@ -2906,6 +2906,11 @@ columnview.view {
|
|||||||
&:hover, &:selected, &:focus {
|
&:hover, &:selected, &:focus {
|
||||||
check, radio {
|
check, radio {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
|
&:checked {
|
||||||
|
color: on($assets-color);
|
||||||
|
background-color: $assets-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3814,6 +3819,18 @@ window.dialog.message { // Message Dialog styling
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// About dialog
|
||||||
|
window.aboutdialog {
|
||||||
|
&.background.csd {
|
||||||
|
scrolledwindow.frame {
|
||||||
|
&, > viewport.view, > textview.view, > textview.view > text {
|
||||||
|
border-radius: $corner-radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/********************
|
/********************
|
||||||
* AdwMessageDialog *
|
* AdwMessageDialog *
|
||||||
********************/
|
********************/
|
||||||
|
Reference in New Issue
Block a user