Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1665)

Unified Diff: Source/devtools/front_end/ui/filter.css

Issue 720223002: DevTools: only allow status bar items in status bars. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/ui/StatusBarButton.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/filter.css
diff --git a/Source/devtools/front_end/ui/filter.css b/Source/devtools/front_end/ui/filter.css
index b8cce0300a25fe5687765fd9656c504dd9939a45..3d05a5456d32c8ece208284a03600337bbcb26f4 100644
--- a/Source/devtools/front_end/ui/filter.css
+++ b/Source/devtools/front_end/ui/filter.css
@@ -28,6 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+.filter-bar {
+ align-items: center;
+}
+
.filter-text-filter {
display: flex;
margin-left: 1px;
@@ -57,6 +61,7 @@
background: transparent;
text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
border-radius: 8px;
+ overflow: hidden;
}
.filter-bitset-filter-divider {
« no previous file with comments | « Source/devtools/front_end/ui/StatusBarButton.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698