зеркало из https://github.com/mozilla/pjs.git
Bug 690900 - Remove unwanted dotted line borders from tabs popup (r=wesj)
This commit is contained in:
Родитель
034e9c091f
Коммит
c860aa170e
|
@ -1989,6 +1989,10 @@ setting[type="bool"]:hover:active .setting-input > checkbox[checked="true"] > .c
|
||||||
-moz-border-start: @border_width_tiny@ solid @color_button_border@;
|
-moz-border-start: @border_width_tiny@ solid @color_button_border@;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.documenttab-popup-closebutton > .button-box {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
#tabs-popup-newtab-button:hover:active {
|
#tabs-popup-newtab-button:hover:active {
|
||||||
background-color: @color_background_highlight@;
|
background-color: @color_background_highlight@;
|
||||||
}
|
}
|
||||||
|
@ -2028,6 +2032,7 @@ setting[type="bool"]:hover:active .setting-input > checkbox[checked="true"] > .c
|
||||||
|
|
||||||
#tabs-popup-newtab-button > .button-box {
|
#tabs-popup-newtab-button > .button-box {
|
||||||
min-height: -moz-calc(0.75 * @touch_row@);
|
min-height: -moz-calc(0.75 * @touch_row@);
|
||||||
|
border: none;
|
||||||
border-top: @border_width_tiny@ solid @color_button_border@;
|
border-top: @border_width_tiny@ solid @color_button_border@;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче