summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-10-17 18:51:43 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-10-17 18:51:43 +0200
commit97eaf73c21b0bcc303f7fdbf58fe7602f6e2469b (patch)
treed043d156a776764bcaa8c95d6b8919f6a79b1b66
parentc2ee435b4a6be747165a9bddb70aadb876d993c5 (diff)
parente41be36dae630028437fbcba3ab6b4d458e83490 (diff)
Merge commit 'e41be36dae630028437fbcba3ab6b4d458e83490' into debian/master
-rw-r--r--README.md2
-rw-r--r--gtk-3.0/applications.css2
-rw-r--r--gtk-3.0/gtk-widgets.css27
3 files changed, 19 insertions, 12 deletions
diff --git a/README.md b/README.md
index 9a68fa0..d41c582 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Here are screenshots (if applicable, click to see the original image):
- for GTK 3.14: [download Clearlooks-Phénix v6](https://github.com/jpfleury/clearlooks-phenix/archive/v6.zip);
- - for GTK 3.20: [download Clearlooks-Phénix v6](https://github.com/jpfleury/clearlooks-phenix/archive/master.zip).
+ - for GTK 3.20: [download Clearlooks-Phénix v7](https://github.com/jpfleury/clearlooks-phenix/archive/master.zip).
To find your GTK version:
diff --git a/gtk-3.0/applications.css b/gtk-3.0/applications.css
index c66350c..eff57c3 100644
--- a/gtk-3.0/applications.css
+++ b/gtk-3.0/applications.css
@@ -18,8 +18,6 @@
border-image: none;
}
-}
-
/*******************
* gnome-documents *
*******************/
diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index 4a107b0..756bdf9 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -1154,6 +1154,11 @@ combobox arrow {
min-height: 16px;
min-width: 16px;
}
+
+combobox arrow:disabled {
+ background-color: transparent;
+}
+
combobox entry.combo,
combobox button.combo {
padding: 5px 5px 5px 5px;
@@ -1206,7 +1211,7 @@ combobox > .linked > button.combo:focus:hover:last-child,
combobox > .linked > button.combo:disabled:last-child {
border-image-width: 3px 3px 4px 0;
border-radius: 0 3px 3px 0;
- border-width: 0;
+ border-width: 0 1;
}
combobox > .linked > entry.combo:only-child,
combobox > .linked > button.combo:only-child,
@@ -1591,10 +1596,10 @@ treemenu menuitem {
menu,
.menu {
- font: normal;
+ font-weight: normal;
background-color: @menu_bg_color;
color: @menu_fg_color;
- padding: 1px;
+ padding: 0px;
border-style: solid;
border-width: 1px;
border-color: @menu_border_color;
@@ -1630,7 +1635,7 @@ menu button:disabled,
menubar,
.menubar {
border-style: none;
- padding: 4px;
+ padding: 0px;
-GtkWidget-window-dragging: true;
background-image: -gtk-gradient (linear,
left top,
@@ -1973,7 +1978,7 @@ placessidebar .view {
assistant .sidebar highlight {
color: @theme_fg_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -2523,7 +2528,7 @@ infobar:last-child,
}
.titlebar .title {
- font: Bold;
+ font-weight: bold;
}
/*.titlebar :first-child {*/
@@ -2539,8 +2544,13 @@ decoration {
box-shadow: none;
}
-window decoration {
- border: solid 2px @insensitive_border_color;
+window.background decoration {
+ border: solid 2px @insensitive_border_color;
+}
+
+combobox window.background decoration,
+menuitem window.background decoration {
+ border: none 0 transparent;
}
tooltip.csd decoration {
@@ -2572,7 +2582,6 @@ headerbar {
headerbar.titlebar > stackswitcher.linked.stack-switcher > button,
headerbar.titlebar > stackswitcher.linked.stack-switcher > button:checked:hover {
- padding: 6px 12px;
border-width: 1px 1px 1px 0px;
}