Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions data/css/oops.css
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
GtkListBoxRow, row {
padding: 8px;
margin: 5px;
border-radius: 12px;
}

GtkListBoxRow:selected, row:selected {
background-color: #007bff; /* Custom blue color */
color: #ffffff; /* White text color for better contrast */
}

.app-menu-button {
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
padding: 0;
margin: 0;
border-radius: 5px;
}

.app-menu-button:hover {
background-color: #d3d3d3;
}

.app-menu-button:active {
background-color: #b3b3b3;
}

.app-menu-button > * {
background-color: transparent;
}

.app-name-label {
font-weight: bold;
}
Expand Down Expand Up @@ -67,20 +34,3 @@ GtkListBoxRow:selected, row:selected {
border-radius: 50%;
font-size: 10px;
}

.search-crash {
margin: 5px;
border-radius: 12px;
}

.btn-report {
background-color: transparent;
}

.btn-report:hover {
background-color: #d3d3d3;
}

.btn-report:active {
background-color: #b3b3b3;
}
7 changes: 5 additions & 2 deletions data/org.freedesktop.GnomeAbrt.gresource.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/freedesktop/GnomeAbrt">
<file>css/oops.css</file>
<file preprocess="xml-stripblanks">ui/oops-menus.ui</file>
<file alias="style.css">css/oops.css</file>
<file preprocess="xml-stripblanks">ui/oops-window.ui</file>
</gresource>

<gresource prefix="/org/freedesktop/GnomeAbrt/">
<file preprocess="xml-stripblanks">sentiment-very-satisfied-symbolic.svg</file>
</gresource>
</gresources>
2 changes: 2 additions & 0 deletions data/sentiment-very-satisfied-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 0 additions & 48 deletions data/ui/oops-menus.ui
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also delete this file from po/POTFILES.in.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not forget to re-generate the POT file using:

meson setup . build && - meson compile -C build gnome-abrt-pot

This file was deleted.

Loading