Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
midori:faq [2014/06/05 00:44] – mention about:version directly gue5tmidori:faq [2015/09/15 19:16] kalikiana
Line 62: Line 62:
 Enable changing hotkeys while hovering menu items: Enable changing hotkeys while hovering menu items:
 <code>gtk-can-change-accels = 1</code> <code>gtk-can-change-accels = 1</code>
 +
 +=== Making the current tab more visible ===
 +
 +To make the current tab more visible in Midori, when running Elementary edit the file /usr/share/themes/elementary/gtk-3.0/gtk-widgets.css around line 1620:
 +
 +<code>.notebook tab .active-page GtkLabel {
 +font-weight: Bold;</code>
 +
 +Note that this will also affect tabs on Files, Scratch and other apps. The change is presumably applicable to other GTK+3 based themes but it wasn't tested.
  
 === Disable middle click pasting === === Disable middle click pasting ===