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
GNOME Extra Themes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
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
GNOME Extra Themes
Commits
9aef173c
Commit
9aef173c
authored
Aug 25, 2014
by
Jakub Steiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HC: popover checkbox buttons fix
Last bit keeping
https://bugzilla.gnome.org/show_bug.cgi?id=734945
open
parent
1a4b9b98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
22 deletions
+2
-22
themes/HighContrast/gtk-3.0/_common.scss
themes/HighContrast/gtk-3.0/_common.scss
+1
-10
themes/HighContrast/gtk-3.0/gtk.css
themes/HighContrast/gtk-3.0/gtk.css
+1
-12
No files found.
themes/HighContrast/gtk-3.0/_common.scss
View file @
9aef173c
...
...
@@ -927,6 +927,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
}
.button.flat
,
.button.flat
:hover
{
color
:
$fg_color
;
text-shadow
:
none
;
transition
:
none
;
}
...
...
@@ -1354,16 +1355,6 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
&
:inconsistent
{
-gtk-icon-source
:
-gtk-icontheme
(
'
#{
$a
}
-mixed-symbolic'
);
}
&
:selected
,
&
:selected:focus
{
// :selected:focus not to get overridden by .view style
color
:
transparentize
(
$selected_fg_color
,
0
.9
);
&
:active
{
color
:
$selected_fg_color
;
&
:backdrop
{
color
:
$backdrop_base_color
;
}
}
}
&
:backdrop
{
color
:
transparentize
(
$backdrop_fg_color
,
0
.9
);
&
:selected
{
color
:
transparentize
(
$backdrop_base_color
,
0
.9
);
}
...
...
themes/HighContrast/gtk-3.0/gtk.css
View file @
9aef173c
...
...
@@ -991,6 +991,7 @@ GtkTreeView.view.progressbar {
border
:
0
;
}
.popover
.button.flat
,
.popover
.button.flat
:hover
{
color
:
#000
;
text-shadow
:
none
;
transition
:
none
;
}
.popover.osd
{
...
...
@@ -1423,12 +1424,6 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
color
:
transparent
;
}
.check
:inconsistent
{
-gtk-icon-source
:
-gtk-icontheme
(
"checkbox-mixed-symbolic"
);
}
.check
:selected
,
.check
:selected:focus
{
color
:
rgba
(
255
,
255
,
255
,
0.1
);
}
.check
:selected:active
,
.check
:selected:focus:active
{
color
:
#fff
;
}
.check
:selected:active:backdrop
,
.check
:selected:focus:active:backdrop
{
color
:
#fff
;
}
.check
:backdrop
{
color
:
rgba
(
0
,
0
,
0
,
0.1
);
}
.check
:backdrop:selected
{
...
...
@@ -1457,12 +1452,6 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
color
:
transparent
;
}
.radio
:inconsistent
{
-gtk-icon-source
:
-gtk-icontheme
(
"radio-mixed-symbolic"
);
}
.radio
:selected
,
.radio
:selected:focus
{
color
:
rgba
(
255
,
255
,
255
,
0.1
);
}
.radio
:selected:active
,
.radio
:selected:focus:active
{
color
:
#fff
;
}
.radio
:selected:active:backdrop
,
.radio
:selected:focus:active:backdrop
{
color
:
#fff
;
}
.radio
:backdrop
{
color
:
rgba
(
0
,
0
,
0
,
0.1
);
}
.radio
:backdrop:selected
{
...
...
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