mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
7f1e420a0a
commit
ea1f5a8fc6
2 changed files with 108 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue