silence deprecation warnings

pull/498/head
Horst3180 8 years ago
parent 70f77a42fe
commit 60466bb3d9

@ -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;

@ -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;

@ -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;

@ -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;

@ -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;

@ -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;

@ -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;

Loading…
Cancel
Save