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,151
Issues
1,151
List
Boards
Labels
Service Desk
Milestones
Merge Requests
142
Merge Requests
142
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
f54e2817
Commit
f54e2817
authored
May 30, 2016
by
Lapo Calamandrei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adwaita: make selection on infobars visible
see
https://bugzilla.gnome.org/show_bug.cgi?id=745622
parent
77ef33b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
21 deletions
+9
-21
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+1
-1
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+4
-10
gtk/theme/Adwaita/gtk-contained.css
gtk/theme/Adwaita/gtk-contained.css
+4
-10
No files found.
gtk/theme/Adwaita/_common.scss
View file @
f54e2817
...
...
@@ -3899,7 +3899,7 @@ infobar { border-style: none; }
}
}
label
:selected
{
&
:focus
,
&
:hover
,
&
{
background-color
:
darken
(
$selected_bg_color
,
10%
);
}
}
selection
{
background-color
:
darken
(
$selected_bg_color
,
10%
);
}
*
:link
{
@extend
%link_selected
;
}
}
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
f54e2817
...
...
@@ -4365,16 +4365,10 @@ infobar {
.error
button
:backdrop:disabled
label
,
.error
button
:backdrop:disabled
{
color
:
#6f91b4
;
}
.info
label
:selected:focus
,
.info
label
:selected:hover
,
.info
label
:selected
,
.question
label
:selected:focus
,
.question
label
:selected:hover
,
.question
label
:selected
,
.warning
label
:selected:focus
,
.warning
label
:selected:hover
,
.warning
label
:selected
,
.error
label
:selected:focus
,
.error
label
:selected:hover
,
.error
label
:selected
{
.info
selection
,
.question
selection
,
.warning
selection
,
.error
selection
{
background-color
:
#184472
;
}
/************
...
...
gtk/theme/Adwaita/gtk-contained.css
View file @
f54e2817
...
...
@@ -4394,16 +4394,10 @@ infobar {
.error
button
:backdrop:disabled
label
,
.error
button
:backdrop:disabled
{
color
:
#9bc2ea
;
}
.info
label
:selected:focus
,
.info
label
:selected:hover
,
.info
label
:selected
,
.question
label
:selected:focus
,
.question
label
:selected:hover
,
.question
label
:selected
,
.warning
label
:selected:focus
,
.warning
label
:selected:hover
,
.warning
label
:selected
,
.error
label
:selected:focus
,
.error
label
:selected:hover
,
.error
label
:selected
{
.info
selection
,
.question
selection
,
.warning
selection
,
.error
selection
{
background-color
:
#2a76c6
;
}
/************
...
...
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