Bug 1505073 - Fix the arrow positioning for the network throttling menu button in RDM. r=Honza

This commit is contained in:
Gabriel Luong 2018-11-13 11:31:39 -05:00
parent b8b0198b66
commit e478243e52
2 changed files with 12 additions and 3 deletions

View File

@ -71,9 +71,6 @@
#network-throttling-menu {
margin-inline-start: 10px;
padding-left: 2px;
padding-right: 10px;
background-position: right center;
}
.devtools-checkbox {

View File

@ -233,3 +233,15 @@ splitter.devtools-horizontal-splitter,
text-overflow: ellipsis;
white-space: nowrap;
}
/*
* Style for the Network throttling menu button. This is shared between the Responsive
* Design Mode and Network Monitor.
*/
#network-throttling-menu {
padding-left: 2px;
padding-right: 10px;
background-position: right center;
}