From ef20f620c2e41a59a43be0b1ee230219f1cf72aa Mon Sep 17 00:00:00 2001 From: Santiago Collazo Date: Fri, 18 Jan 2013 14:21:39 +0000 Subject: Merge remote-tracking branch 'ajay/0.97.6-as-base' into devel --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 94dceda..2ae1592 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -817,6 +817,23 @@ SugarKeepIcon.button.toggle-press { background-color: @zoom_views_active; } +/* CellRendererProgress */ + +.cell.progressbar, .cell.trough { + border-style: solid; + border-width: $(thickness)px; + border-color: @selection_grey; + border-radius: $(2*subcell_size)px; +} + +.cell.progressbar { + background-color: @white; +} + +.cell.trough { + background-color: @text_field_grey; +} + /* Text cursor handles */ .cursor-handle.top, diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am index a0ae900..f6e02a5 100755 --- a/icons/scalable/actions/Makefile.am +++ b/icons/scalable/actions/Makefile.am @@ -118,7 +118,12 @@ icon_DATA = \ zoom-neighborhood.svg \ zoom-original.svg \ zoom-out.svg \ - zoom-to-width.svg + zoom-to-width.svg \ + entry-cancel.svg \ + entry-search.svg \ + entry-stop.svg \ + entry-refresh.svg + EXTRA_DIST = $(icon_DATA) diff --git a/icons/scalable/actions/entry-cancel.svg b/icons/scalable/actions/entry-cancel.svg new file mode 100644 index 0000000..6c6354e --- /dev/null +++ b/icons/scalable/actions/entry-cancel.svg @@ -0,0 +1,21 @@ + + + +]> + + + diff --git a/icons/scalable/actions/entry-refresh.svg b/icons/scalable/actions/entry-refresh.svg new file mode 100644 index 0000000..0682978 --- /dev/null +++ b/icons/scalable/actions/entry-refresh.svg @@ -0,0 +1,14 @@ + + + +]> + + + + diff --git a/icons/scalable/actions/entry-search.svg b/icons/scalable/actions/entry-search.svg new file mode 100644 index 0000000..eda02d1 --- /dev/null +++ b/icons/scalable/actions/entry-search.svg @@ -0,0 +1,14 @@ + + + + +]> + + + + + + diff --git a/icons/scalable/actions/entry-stop.svg b/icons/scalable/actions/entry-stop.svg new file mode 100644 index 0000000..76e2703 --- /dev/null +++ b/icons/scalable/actions/entry-stop.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + + diff --git a/icons/scalable/actions/system-search.svg b/icons/scalable/actions/system-search.svg index eda02d1..0753c7d 100644 --- a/icons/scalable/actions/system-search.svg +++ b/icons/scalable/actions/system-search.svg @@ -1,14 +1,16 @@ - - - - + + + ]> - - - - - - + -- cgit v0.9.1