[gnome-builder/wip/chergert/headerbar] build-tools: move css styling to plugin
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/headerbar] build-tools: move css styling to plugin
- Date: Mon, 27 Jun 2016 23:50:09 +0000 (UTC)
commit dd5c0dc997b77ba3cf527aa319dcd8bfa16876c4
Author: Christian Hergert <chergert redhat com>
Date: Mon Jun 27 16:48:49 2016 -0700
build-tools: move css styling to plugin
plugins/build-tools/theme/Adwaita-shared.css | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/plugins/build-tools/theme/Adwaita-shared.css b/plugins/build-tools/theme/Adwaita-shared.css
index 7596a19..1cb3337 100644
--- a/plugins/build-tools/theme/Adwaita-shared.css
+++ b/plugins/build-tools/theme/Adwaita-shared.css
@@ -39,16 +39,19 @@ buildpanel box.build-status {
}
-buildperspective list.sidebar row {
- padding: 10px;
- border-bottom: 1px solid alpha(@borders, 0.2);
+buildperspective list.sidebar row:selected button:hover {
+ border-color: transparent;
+ box-shadow: none;
+ background: transparent;
+ color: @theme_selected_fg_color;
+ opacity: 1;
}
-buildperspective list.sidebar row:last-child {
- border-bottom: none;
+buildperspective list.sidebar row:selected button,
+buildperspective list.sidebar row:selected button:active {
+ opacity: 0.8;
}
buildperspective list.sidebar {
- background: @theme_base_color;
- border-right: 1px solid alpha(@borders, 0.4);
+ border-right: 1px solid alpha(@borders, 0.55);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]