Updated assets.

This commit is contained in:
Sam Hewitt 2014-12-16 21:24:54 -05:00
parent 1d4c58852a
commit 9237bebe43
19 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1 @@
checkbox-checked-backdrop-dark.png

View File

@ -0,0 +1 @@
checkbox-checked-backdrop-dark@2.png

View File

@ -0,0 +1 @@
checkbox-checked-backdrop.png

View File

@ -0,0 +1 @@
checkbox-checked-backdrop@2.png

View File

@ -0,0 +1 @@
selected-checkbox-checked-dark.png

View File

@ -0,0 +1 @@
selected-checkbox-checked-dark@2.png

View File

@ -0,0 +1 @@
selected-checkbox-checked.png

View File

@ -0,0 +1 @@
selected-checkbox-checked@2.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop-dark.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop@2.png

View File

@ -0,0 +1 @@
selected-checkbox-unchecked-dark.png

View File

@ -0,0 +1 @@
selected-checkbox-unchecked-dark@2.png

View File

@ -0,0 +1 @@
selected-checkbox-unchecked.png

View File

@ -0,0 +1 @@
selected-checkbox-unchecked@2.png

View File

@ -0,0 +1 @@
selected-radio-unchecked@2.png

View File

@ -88,7 +88,7 @@ GtkComboBox .arrow {
******************/
GtkComboBox.combobox-entry .button:hover,
GtkComboBox.combobox-entry .entry:hvov {
GtkComboBox.combobox-entry .entry:hover {
background-color: @selection;
border: 1px solid @selection;
color: @selected_foreground;

View File

@ -22,7 +22,7 @@
.app-notification {
border: 1px solid @border;
border-width-top: 0px;
border-top-width: 0px;
border-radius: 6px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;

View File

@ -55,6 +55,12 @@
border: none;
background:transparent;
}
.search-bar .entry:active {
color: @search_text;
border-radius: 0px;
border: none;
background:transparent;
}
.search-bar .entry:focus {
color: @search_text;