Fix bugs related to GtkCombobox

pull/20/head
Satyajit Sahoo 2013-03-22 17:05:22 +05:30
parent eace8707d1
commit 4d41055309
1 changed files with 3 additions and 15 deletions

View File

@ -378,8 +378,6 @@ GtkAssistant .sidebar {
.cell { .cell {
border-width: 0; border-width: 0;
border-radius: 0; border-radius: 0;
background-color: @theme_base_color;
color: @theme_text_color;
} }
.cell:selected, .cell:selected,
@ -591,10 +589,6 @@ GtkComboBox.combobox-entry .button:insensitive {
/************ /************
* iconview * * iconview *
************/ ************/
GtkIconView {
background-color: transparent;
}
GtkIconView.view.cell:selected, GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focus { GtkIconView.view.cell:selected:focus {
border-width: 1px; border-width: 1px;
@ -1655,10 +1649,8 @@ GtkTextView {
} }
.primary-toolbar GtkComboBox, .primary-toolbar GtkComboBox,
.primary-toolbar GtkComboBox .cell
.primary-toolbar .button *, .primary-toolbar .button *,
.primary-toolbar .button, .primary-toolbar .button {
.toolbar GtkComboBox .cell {
padding: 2px; padding: 2px;
border-width: 1px; border-width: 1px;
border-color: transparent; border-color: transparent;
@ -1670,6 +1662,7 @@ GtkTextView {
.primary-toolbar .raised .button, .primary-toolbar .raised .button,
.primary-toolbar .raised.button, .primary-toolbar .raised.button,
.toolbar GtkComboBox,
.toolbar .button { .toolbar .button {
border-color: shade(@toolbar_bg_color, 0.8); border-color: shade(@toolbar_bg_color, 0.8);
background-color: shade(@toolbar_bg_color, 1.08); background-color: shade(@toolbar_bg_color, 1.08);
@ -1678,8 +1671,7 @@ GtkTextView {
} }
.primary-toolbar .button:hover, .primary-toolbar .button:hover,
.toolbar .button:hover, .toolbar .button:hover {
.toolbar GtkComboBox .cell:hover {
border-color: shade(@toolbar_bg_color, 0.7); border-color: shade(@toolbar_bg_color, 0.7);
background-color: shade(@toolbar_bg_color, 1.10); background-color: shade(@toolbar_bg_color, 1.10);
background-image: none; background-image: none;
@ -1948,10 +1940,6 @@ GtkTreeView .entry {
/************ /************
* viewport * * viewport *
************/ ************/
GtkViewport {
background-color: transparent;
}
GtkViewport.frame { GtkViewport.frame {
border-width: 0; border-width: 0;
} }