Adwaita: Update shortcuts window theming

Use the newly added element name.
This commit is contained in:
Matthias Clasen 2015-10-28 07:09:28 -04:00
parent 0dffc8c9d3
commit 4e950da4d1
3 changed files with 17 additions and 17 deletions

View File

@ -3438,16 +3438,16 @@ decoration {
}
}
GtkShortcutsWindow .round .button {
shortcutswindow .round .button {
border-radius: 20px;
outline-radius: 20px;
}
GtkShortcutsWindow .round .button label {
shortcutswindow .round .button label {
padding: 0;
}
GtkShortcutsWindow GtkShortcutLabel .frame {
shortcutswindow GtkShortcutLabel .frame {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;

View File

@ -4649,18 +4649,18 @@ decoration {
background-origin: content-box;
background-position: right center; }
GtkShortcutsWindow .round .button, GtkShortcutsWindow .round .header-bar .button.titlebutton, .header-bar GtkShortcutsWindow .round .button.titlebutton,
GtkShortcutsWindow .round .titlebar .button.titlebutton,
.titlebar GtkShortcutsWindow .round .button.titlebutton {
shortcutswindow .round .button, shortcutswindow .round .header-bar .button.titlebutton, .header-bar shortcutswindow .round .button.titlebutton,
shortcutswindow .round .titlebar .button.titlebutton,
.titlebar shortcutswindow .round .button.titlebutton {
border-radius: 20px;
outline-radius: 20px; }
GtkShortcutsWindow .round .button label, GtkShortcutsWindow .round .header-bar .button.titlebutton label, .header-bar GtkShortcutsWindow .round .button.titlebutton label,
GtkShortcutsWindow .round .titlebar .button.titlebutton label,
.titlebar GtkShortcutsWindow .round .button.titlebutton label {
shortcutswindow .round .button label, shortcutswindow .round .header-bar .button.titlebutton label, .header-bar shortcutswindow .round .button.titlebutton label,
shortcutswindow .round .titlebar .button.titlebutton label,
.titlebar shortcutswindow .round .button.titlebutton label {
padding: 0; }
GtkShortcutsWindow GtkShortcutLabel .frame {
shortcutswindow GtkShortcutLabel .frame {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;

View File

@ -4822,18 +4822,18 @@ decoration {
background-origin: content-box;
background-position: right center; }
GtkShortcutsWindow .round .button, GtkShortcutsWindow .round .header-bar .button.titlebutton, .header-bar GtkShortcutsWindow .round .button.titlebutton,
GtkShortcutsWindow .round .titlebar .button.titlebutton,
.titlebar GtkShortcutsWindow .round .button.titlebutton {
shortcutswindow .round .button, shortcutswindow .round .header-bar .button.titlebutton, .header-bar shortcutswindow .round .button.titlebutton,
shortcutswindow .round .titlebar .button.titlebutton,
.titlebar shortcutswindow .round .button.titlebutton {
border-radius: 20px;
outline-radius: 20px; }
GtkShortcutsWindow .round .button label, GtkShortcutsWindow .round .header-bar .button.titlebutton label, .header-bar GtkShortcutsWindow .round .button.titlebutton label,
GtkShortcutsWindow .round .titlebar .button.titlebutton label,
.titlebar GtkShortcutsWindow .round .button.titlebutton label {
shortcutswindow .round .button label, shortcutswindow .round .header-bar .button.titlebutton label, .header-bar shortcutswindow .round .button.titlebutton label,
shortcutswindow .round .titlebar .button.titlebutton label,
.titlebar shortcutswindow .round .button.titlebutton label {
padding: 0; }
GtkShortcutsWindow GtkShortcutLabel .frame {
shortcutswindow GtkShortcutLabel .frame {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;