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,146
Issues
1,146
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
68b1814e
Commit
68b1814e
authored
May 24, 2016
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix scroll button styling
The selector was not specific enough, and the hover styling was missing.
parent
d6f5af4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+5
-1
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+11
-1
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/Adwaita/gtk-contained.css
+11
-1
No files found.
gtk/theme/Adwaita/_common.scss
View file @
68b1814e
...
...
@@ -2293,11 +2293,15 @@ notebook {
************/
tabs
{
button
{
button
.flat.image-button
{
@include
button
(
undecorated
);
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
&
:hover
{
@include
button
(
hover
);
-gtk-icon-effect
:
highlight
;
}
}
tab
{
min-width
:
6em
;
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
68b1814e
...
...
@@ -2573,7 +2573,7 @@ notebook > stack:not(:only-child) {
/************
* Tabstrip *
************/
tabs
button
{
tabs
button
.flat.image-button
{
border-color
:
transparent
;
background-color
:
transparent
;
background-image
:
none
;
...
...
@@ -2583,6 +2583,16 @@ tabs button {
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
}
tabs
button
.flat.image-button
:hover
{
color
:
#eeeeec
;
outline-color
:
rgba
(
238
,
238
,
236
,
0.3
);
border-color
:
#1b1f20
;
border-bottom-color
:
#0b0c0c
;
background-image
:
linear-gradient
(
to
bottom
,
#353c3e
,
#2e3436
60%
,
#2a2e30
);
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
);
-gtk-icon-effect
:
highlight
;
}
tabs
tab
{
min-width
:
6em
;
padding
:
13px
;
...
...
gtk/theme/Adwaita/gtk-contained.css
View file @
68b1814e
...
...
@@ -2586,7 +2586,7 @@ notebook > stack:not(:only-child) {
/************
* Tabstrip *
************/
tabs
button
{
tabs
button
.flat.image-button
{
border-color
:
transparent
;
background-color
:
transparent
;
background-image
:
none
;
...
...
@@ -2596,6 +2596,16 @@ tabs button {
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
}
tabs
button
.flat.image-button
:hover
{
color
:
#2e3436
;
outline-color
:
rgba
(
46
,
52
,
54
,
0.3
);
border-color
:
#b6b6b3
;
border-bottom-color
:
#91918c
;
background-image
:
linear-gradient
(
to
bottom
,
#f7f7f7
,
#e8e8e7
60%
,
#dededd
);
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
;
-gtk-icon-effect
:
highlight
;
}
tabs
tab
{
min-width
:
6em
;
padding
:
13px
;
...
...
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