2012-07-13 22:25:03 +00:00
|
|
|
.notebook tab .button {
|
|
|
|
-GtkButton-default-border: 0;
|
|
|
|
-GtkButton-default-outside-border: 0;
|
|
|
|
-GtkButton-inner-border: 0;
|
|
|
|
-GtkWidget-focus-line-width: 0;
|
|
|
|
-GtkWidget-focus-padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkOverlay > * {
|
|
|
|
padding: 4px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 0 5px 0 0;
|
|
|
|
border-width: 1px 1px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkOverlay MidoriFindbar {
|
|
|
|
border-radius: 0 0 0 5px;
|
|
|
|
border-width: 0 0 1px 1px; /* top right bottom left */
|
|
|
|
}
|
|
|
|
|
2012-08-12 14:32:41 +00:00
|
|
|
/* Kill grey backround on inactive buttons */
|
2012-08-19 12:22:38 +00:00
|
|
|
GtkDrawingArea,
|
|
|
|
GtkImage,
|
|
|
|
GtkImage:insensitive,
|
|
|
|
GtkImage:selected {
|
|
|
|
background-color: @transparent;
|
2012-08-12 14:32:41 +00:00
|
|
|
}
|