Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,148
Issues
1,148
List
Boards
Labels
Service Desk
Milestones
Merge Requests
143
Merge Requests
143
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
c9ec72be
Commit
c9ec72be
authored
May 31, 2016
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Theme updates
Cut down on padding, and make close buttons square.
parent
4d880268
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
12 deletions
+17
-12
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+5
-4
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+6
-4
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/Adwaita/gtk-contained.css
+6
-4
No files found.
gtk/theme/Adwaita/_common.scss
View file @
c9ec72be
...
...
@@ -2295,27 +2295,28 @@ notebook {
tabs
{
button
.flat.image-button
{
@include
button
(
undecorated
);
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
&
:hover
{
@include
button
(
hover
);
color
:
currentColor
;
-gtk-icon-effect
:
highlight
;
}
&
,
&
:backdrop
{
color
:
gtkalpha
(
currentColor
,
0
.3
);
}
}
tab
{
min-width
:
6em
;
padding
:
1
3px
;
// keeping width when paging buttons show up
padding
:
3px
;
// keeping width when paging buttons show up
border-right
:
1px
solid
transparentize
(
$borders_color
,
0
.5
);
&
:first-child
{
border-left
:
1px
solid
transparentize
(
$borders_color
,
0
.5
);
}
&
:checked
,
&
:checked:hover
{
//FIXME not really working
border-bottom
:
2px
solid
$selected_bg_color
;
padding-bottom
:
1
1
px
;
padding-bottom
:
1px
;
}
&
:hover
{
border-bottom
:
2px
solid
$borders_color
;
padding-bottom
:
1
1
px
;
padding-bottom
:
1px
;
}
}
}
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
c9ec72be
...
...
@@ -2580,7 +2580,6 @@ tabs button.flat.image-button {
box-shadow
:
inset
0
1px
rgba
(
255
,
255
,
255
,
0
);
text-shadow
:
none
;
-gtk-icon-shadow
:
none
;
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
}
tabs
button
.flat.image-button
:hover
{
...
...
@@ -2592,19 +2591,22 @@ tabs button.flat.image-button {
text-shadow
:
0
-1px
rgba
(
0
,
0
,
0
,
0.77945
);
-gtk-icon-shadow
:
0
-1px
rgba
(
0
,
0
,
0
,
0.77945
);
box-shadow
:
inset
0
1px
rgba
(
255
,
255
,
255
,
0.05
);
color
:
currentColor
;
-gtk-icon-effect
:
highlight
;
}
tabs
button
.flat.image-button
,
tabs
button
.flat.image-button
:backdrop
{
color
:
alpha
(
currentColor
,
0.3
);
}
tabs
tab
{
min-width
:
6em
;
padding
:
1
3px
;
padding
:
3px
;
border-right
:
1px
solid
rgba
(
27
,
31
,
32
,
0.5
);
}
tabs
tab
:first-child
{
border-left
:
1px
solid
rgba
(
27
,
31
,
32
,
0.5
);
}
tabs
tab
:checked
,
tabs
tab
:checked:hover
{
border-bottom
:
2px
solid
#215d9c
;
padding-bottom
:
1
1
px
;
}
padding-bottom
:
1px
;
}
tabs
tab
:hover
{
border-bottom
:
2px
solid
#1b1f20
;
padding-bottom
:
1
1
px
;
}
padding-bottom
:
1px
;
}
/**************
* Scrollbars *
...
...
gtk/theme/Adwaita/gtk-contained.css
View file @
c9ec72be
...
...
@@ -2593,7 +2593,6 @@ tabs button.flat.image-button {
box-shadow
:
inset
0
1px
rgba
(
255
,
255
,
255
,
0
);
text-shadow
:
none
;
-gtk-icon-shadow
:
none
;
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
}
tabs
button
.flat.image-button
:hover
{
...
...
@@ -2605,19 +2604,22 @@ tabs button.flat.image-button {
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0.76923
);
-gtk-icon-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0.76923
);
box-shadow
:
inset
0
1px
white
;
color
:
currentColor
;
-gtk-icon-effect
:
highlight
;
}
tabs
button
.flat.image-button
,
tabs
button
.flat.image-button
:backdrop
{
color
:
alpha
(
currentColor
,
0.3
);
}
tabs
tab
{
min-width
:
6em
;
padding
:
1
3px
;
padding
:
3px
;
border-right
:
1px
solid
rgba
(
182
,
182
,
179
,
0.5
);
}
tabs
tab
:first-child
{
border-left
:
1px
solid
rgba
(
182
,
182
,
179
,
0.5
);
}
tabs
tab
:checked
,
tabs
tab
:checked:hover
{
border-bottom
:
2px
solid
#4a90d9
;
padding-bottom
:
1
1
px
;
}
padding-bottom
:
1px
;
}
tabs
tab
:hover
{
border-bottom
:
2px
solid
#b6b6b3
;
padding-bottom
:
1
1
px
;
}
padding-bottom
:
1px
;
}
/**************
* Scrollbars *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment