Remove old .gresource.xml files
This commit is contained in:
parent
47ec674ca3
commit
17c268d9c9
8 changed files with 0 additions and 141 deletions
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/com/System76/CosmicAppletWorkspaces/">
|
||||
<file compressed="true">style.css</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
|
|
@ -1,99 +0,0 @@
|
|||
button.alert {
|
||||
border-radius: 0;
|
||||
padding: 0px;
|
||||
background-color: @destructive_color;
|
||||
background-image: none;
|
||||
color: @destructive_fg_color;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
button.active {
|
||||
border-radius: 0;
|
||||
padding: 0px;
|
||||
background-color: @accent_color;
|
||||
background-image: none;
|
||||
color: @accent_fg_color;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
button.inactive {
|
||||
border-radius: 0;
|
||||
padding: 0px;
|
||||
background-color: @view_bg_color;
|
||||
background-image: none;
|
||||
color: @view_fg_color;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
button.alert:hover {
|
||||
border-radius: 0;
|
||||
padding: 0px;
|
||||
background-color: darker(@destructive_color);
|
||||
background-image: none;
|
||||
color: @destructive_fg_color;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
button.active:hover {
|
||||
border-radius: 0;
|
||||
padding: 0px;
|
||||
background-color: darker(@accent_color);
|
||||
background-image: none;
|
||||
color: @accent_fg_color;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
button.inactive:hover {
|
||||
border-radius: 0;
|
||||
padding: 0px;
|
||||
background-color: darker(@view_bg_color);
|
||||
background-image: none;
|
||||
color: @view_fg_color;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
window {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
listview {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
listview row {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
listview row:hover {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
label {
|
||||
padding: 0px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
box {
|
||||
padding: 0px;
|
||||
background-color: transparent;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue