Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
56e41f2e
Commit
56e41f2e
authored
Nov 10, 2021
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added basic breeze-gtk theme compat
parent
9aae9c92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
style.css
src/style.css
+5
-2
No files found.
src/style.css
View file @
56e41f2e
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
.notification-row
{
.notification-row
{
outline
:
none
;
outline
:
none
;
}
}
.notification-row
:focus
{
.notification-row
:focus
,
.notification-row
:hover
{
background
:
@
bg-focus
;
background
:
@
bg-focus
;
}
}
...
@@ -32,8 +33,9 @@
...
@@ -32,8 +33,9 @@
background
:
black
;
background
:
black
;
color
:
white
;
color
:
white
;
text-shadow
:
none
;
text-shadow
:
none
;
padding
:
0
;
padding
:
0
2px
;
box-shadow
:
0px
2px
4px
2px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0px
2px
4px
2px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
100%
;
}
}
.close-button
:hover
{
.close-button
:hover
{
background
:
rgb
(
30
,
30
,
30
);
background
:
rgb
(
30
,
30
,
30
);
...
@@ -43,6 +45,7 @@
...
@@ -43,6 +45,7 @@
.notification-default-action
,
.notification-default-action
,
.notification-action
{
.notification-action
{
padding
:
4px
;
padding
:
4px
;
margin
:
0
;
box-shadow
:
none
;
box-shadow
:
none
;
background
:
@
bg
;
background
:
@
bg
;
border
:
1px
solid
@
border-color
;
border
:
1px
solid
@
border-color
;
...
...
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