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
bf97ddea
Commit
bf97ddea
authored
May 24, 2016
by
Jakub Steiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial styling for tabstrip (stub)
parent
1525f4b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
0 deletions
+62
-0
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+22
-0
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+20
-0
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/Adwaita/gtk-contained.css
+20
-0
No files found.
gtk/theme/Adwaita/_common.scss
View file @
bf97ddea
...
...
@@ -2288,6 +2288,28 @@ notebook {
}
}
/************
* Tabstrip *
************/
tabs
{
button
{
@include
button
(
undecorated
);
border-radius
:
50%
;
margin
:
10px
;
padding
:
0
;
}
tab
{
min-width
:
6em
;
padding
:
13px
;
// keeping width when paging buttons show up
border-right
:
1px
solid
$borders_color
;
&
:last-child
{}
&
:checked
{
//FIXME not really working
border-bottom
:
2px
solid
$selected_bg_color
;
}
}
}
/**************
* Scrollbars *
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
bf97ddea
...
...
@@ -2570,6 +2570,26 @@ notebook > stack:not(:only-child) {
notebook
>
stack
:not
(
:only-child
)
:backdrop
{
background-color
:
#252a2c
;
}
/************
* Tabstrip *
************/
tabs
button
{
border-color
:
transparent
;
background-color
:
transparent
;
background-image
:
none
;
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
tab
{
min-width
:
6em
;
padding
:
13px
;
border-right
:
1px
solid
#1b1f20
;
}
tabs
tab
:checked
{
border-bottom
:
2px
solid
#215d9c
;
}
/**************
* Scrollbars *
**************/
...
...
gtk/theme/Adwaita/gtk-contained.css
View file @
bf97ddea
...
...
@@ -2583,6 +2583,26 @@ notebook > stack:not(:only-child) {
notebook
>
stack
:not
(
:only-child
)
:backdrop
{
background-color
:
#fcfcfc
;
}
/************
* Tabstrip *
************/
tabs
button
{
border-color
:
transparent
;
background-color
:
transparent
;
background-image
:
none
;
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
tab
{
min-width
:
6em
;
padding
:
13px
;
border-right
:
1px
solid
#b6b6b3
;
}
tabs
tab
:checked
{
border-bottom
:
2px
solid
#4a90d9
;
}
/**************
* 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