1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

silence deprecation warnings

This commit is contained in:
Horst3180 2016-04-24 12:23:42 +02:00
parent 70f77a42fe
commit 60466bb3d9
7 changed files with 28 additions and 28 deletions

View File

@ -3602,16 +3602,16 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none; }
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;

View File

@ -3600,16 +3600,16 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none; }
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;

View File

@ -3602,16 +3602,16 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none; }
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;

View File

@ -3600,16 +3600,16 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none; }
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;

View File

@ -3604,16 +3604,16 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none; }
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;

View File

@ -3604,16 +3604,16 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none; }
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;

View File

@ -109,17 +109,17 @@ UnityPanelWidget,
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
.lightdm.entry:active:focus {
background-image: none;
border-image: none;
}
.lightdm.button:focused,
.lightdm.entry:focused {
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: transparentize(white, 0.9);
border-width: 1px;
border-style: solid;