mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	devtools: Improve the appearance of dev_panel.
This commit is contained in:
		@@ -1,8 +1,3 @@
 | 
			
		||||
button {
 | 
			
		||||
    background-color: hsl(152, 52%, 91%);
 | 
			
		||||
    color: hsl(146, 50%, 36%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#custom_http_headers {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 60px;
 | 
			
		||||
@@ -16,9 +11,8 @@ button {
 | 
			
		||||
    padding-top: 20px;
 | 
			
		||||
    padding-left: 10px;
 | 
			
		||||
    padding-right: 10px;
 | 
			
		||||
    background-color: hsl(173, 100%, 98%);
 | 
			
		||||
    box-shadow: 8px 4px 8px 0 hsla(0, 0%, 0%, 0.2),
 | 
			
		||||
        0 6px 20px 0 hsla(0, 0%, 0%, 0.19);
 | 
			
		||||
    background-color: hsl(0deg 0% 100% / 48%);
 | 
			
		||||
    box-shadow: 0 0 40px hsl(0deg 0% 0% / 6%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#fixture_body {
 | 
			
		||||
 
 | 
			
		||||
@@ -91,8 +91,8 @@
 | 
			
		||||
            </div>
 | 
			
		||||
            <textarea id="fixture_body"></textarea>
 | 
			
		||||
            <div class="buttons">
 | 
			
		||||
                <button id="send_all_fixtures_button">Send all</button>
 | 
			
		||||
                <button id="send_fixture_button">Send!</button>
 | 
			
		||||
                <button id="send_all_fixtures_button" class="btn btn-primary">Send all</button>
 | 
			
		||||
                <button id="send_fixture_button" class="btn btn-primary">Send!</button>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="col1">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user