[gnome-themes-standard] consistent 2space indentation
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] consistent 2space indentation
- Date: Mon, 9 Jun 2014 13:11:44 +0000 (UTC)
commit 403cda1a5e38249fa2787f326e14470c89e8968f
Author: Jakub Steiner <jimmac gmail com>
Date: Fri May 23 11:49:20 2014 +0200
consistent 2space indentation
themes/Adwaita/gtk-3.0/_common.scss | 124 +++++++++++++++++-----------------
1 files changed, 62 insertions(+), 62 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index d8b3dad..3796c9f 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -1,46 +1,46 @@
* {
- engine: adwaita;
- padding: 0;
- background-clip: padding-box;
- -GtkToolButton-icon-spacing: 4;
- -GtkTextView-error-underline-color: $error_color;
- -GtkPaned-handle-size: 5;
+ engine: adwaita;
+ padding: 0;
+ background-clip: padding-box;
+ -GtkToolButton-icon-spacing: 4;
+ -GtkTextView-error-underline-color: $error_color;
+ -GtkPaned-handle-size: 5;
- -GtkCheckButton-indicator-size: 16;
- -GtkCheckMenuItem-indicator-size: 12;
+ -GtkCheckButton-indicator-size: 16;
+ -GtkCheckMenuItem-indicator-size: 12;
- // The size for scrollbars. The slider is 2px smaller, but we keep it
- // up so that the whole area is sensitive to button presses for the
- // slider. The stepper button is larger in both directions, the slider
- // only in the width
+ // The size for scrollbars. The slider is 2px smaller, but we keep it
+ // up so that the whole area is sensitive to button presses for the
+ // slider. The stepper button is larger in both directions, the slider
+ // only in the width
- -GtkScrolledWindow-scrollbar-spacing: 0;
- -GtkScrolledWindow-scrollbars-within-bevel: 1;
+ -GtkScrolledWindow-scrollbar-spacing: 0;
+ -GtkScrolledWindow-scrollbars-within-bevel: 1;
- -GtkToolItemGroup-expander-size: 11;
- -GtkExpander-expander-size: 11;
- -GtkTreeView-expander-size: 11;
+ -GtkToolItemGroup-expander-size: 11;
+ -GtkExpander-expander-size: 11;
+ -GtkTreeView-expander-size: 11;
- -GtkTreeView-horizontal-separator: 4;
+ -GtkTreeView-horizontal-separator: 4;
- -GtkMenu-horizontal-padding: 0;
- -GtkMenu-vertical-padding: 0;
+ -GtkMenu-horizontal-padding: 0;
+ -GtkMenu-vertical-padding: 0;
- -GtkWidget-link-color: $link_color;
- -GtkWidget-visited-link-color: $link_color;
+ -GtkWidget-link-color: $link_color;
+ -GtkWidget-visited-link-color: $link_color;
- -GtkWidget-focus-padding: 2;
- -GtkWidget-focus-line-width: 1;
- -GtkWindow-resize-grip-width: 0;
- -GtkWindow-resize-grip-height: 0;
+ -GtkWidget-focus-padding: 2;
+ -GtkWidget-focus-line-width: 1;
+ -GtkWindow-resize-grip-width: 0;
+ -GtkWindow-resize-grip-height: 0;
- // We use the outline properties to signal the focus properties
- // to the adwaita engine: using real CSS properties is faster,
- // and we don't use any outlines for now.
+ // We use the outline properties to signal the focus properties
+ // to the adwaita engine: using real CSS properties is faster,
+ // and we don't use any outlines for now.
- outline-color: transparentize($theme_fg_color, 0.3);
- outline-style: dashed;
- outline-offset: 2px;
+ outline-color: transparentize($theme_fg_color, 0.3);
+ outline-style: dashed;
+ outline-offset: 2px;
}
/***************
@@ -494,37 +494,37 @@ GtkComboBox {
***************/
GtkPopover {
- border-radius: 5px;
- background-clip: border-box;
- /*
- background-color: @osd_popover_bg;
- */
- background-color: $theme_bg_color;
-
- border-color: darken($theme_bg_color, 30%);
- border-width: 1px;
- border-style: solid;
+ border-radius: 5px;
+ background-clip: border-box;
+ /*
+ background-color: @osd_popover_bg;
+ */
+ background-color: $theme_bg_color;
+
+ border-color: darken($theme_bg_color, 30%);
+ border-width: 1px;
+ border-style: solid;
- box-shadow: 0 2px 3px $theme_shade;
- margin: 10px;
- padding: 2px;
- &:backdrop {
- box-shadow: none;
- }
- & > .list,
- & > .view,
- & > .toolbar {
- background-color: transparent;
- }
- .separator {
- font-size: 80%;
- font-weight: bold;
- color: transparentize($theme_fg_color,0.4);
- text-shadow: none;
- background-color: transparent;
- icon-shadow: none;
- border: 0;
- }
+ box-shadow: 0 2px 3px $theme_shade;
+ margin: 10px;
+ padding: 2px;
+ &:backdrop {
+ box-shadow: none;
+ }
+ & > .list,
+ & > .view,
+ & > .toolbar {
+ background-color: transparent;
+ }
+ .separator {
+ font-size: 80%;
+ font-weight: bold;
+ color: transparentize($theme_fg_color,0.4);
+ text-shadow: none;
+ background-color: transparent;
+ icon-shadow: none;
+ border: 0;
+ }
}
/*****************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]