[geany/geany-osx] 4f29b8: Make tab appearance identical no matter on which side tabs are
Jiří Techet
git-noreply at xxxxx
Sat Jan 8 15:50:26 UTC 2022
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 08 Jan 2022 15:50:26 UTC
Commit: 4f29b8a99dade3de99f23cd698cfd84a66710ece
https://github.com/geany/geany-osx/commit/4f29b8a99dade3de99f23cd698cfd84a66710ece
Log Message:
-----------
Make tab appearance identical no matter on which side tabs are
Modified Paths:
--------------
Prof-Gnome/gtk-3.0/main-dark.css
Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-dark.css
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -6475,7 +6475,7 @@ window.background.csd > notebook
dialog.background > box.vertical > notebook
{
border-color: @borders;
- border-style: none solid solid solid;
+ border-style: solid;
}
window.background.csd > hdyleaflet > box.vertical > stack.main-container
{
@@ -6774,7 +6774,7 @@ leaflet frame.view list row.activatable:last-child,
.vertical.dialog-vbox stack notebook,
.vertical.dialog-vbox stack notebook viewport
{
- border-radius: 0 0 6px 6px;
+ border-radius: 0;
}
.nautilus-window .sidebar .frame,
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list,
Modified: Prof-Gnome/gtk-3.0/main-light.css
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -6458,7 +6458,7 @@ window.background.csd > notebook
dialog.background > box.vertical > notebook
{
border-color: @borders;
- border-style: none solid solid solid;
+ border-style: solid;
}
window.background.csd > hdyleaflet > box.vertical > stack.main-container
{
@@ -6756,7 +6756,7 @@ leaflet frame.view list row.activatable:last-child,
.vertical.dialog-vbox stack notebook,
.vertical.dialog-vbox stack notebook viewport
{
- border-radius: 0 0 6px 6px;
+ border-radius: 0;
}
.nautilus-window .sidebar .frame,
window.background.csd > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list,
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list