NMWirelessDialog: show an informative message when airplane mode is on
Rather than just showing "No networks", inform the user if airplane mode is on or if wifi is off, and allow the user to change that from the dialog (if possible). https://bugzilla.gnome.org/show_bug.cgi?id=709128
This commit is contained in:
@ -289,6 +289,20 @@ StScrollBar StButton#vhandle:active {
|
||||
spacing: 10px;
|
||||
}
|
||||
|
||||
.nm-dialog-airplane-box {
|
||||
spacing: 12px;
|
||||
}
|
||||
|
||||
.nm-dialog-airplane-headline {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nm-dialog-airplane-text {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.nm-dialog-header-icon {
|
||||
icon-size: 32px;
|
||||
}
|
||||
@ -1453,6 +1467,10 @@ StScrollBar StButton#vhandle:active {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.no-networks-box {
|
||||
spacing: 12px;
|
||||
}
|
||||
|
||||
.notification {
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
background: rgba(0,0,0,0.9);
|
||||
|
Reference in New Issue
Block a user