From d4e4cd00eaf06b005111151f22d9661987a0f3de Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 5 Feb 2013 17:45:22 -0800 Subject: [PATCH] :fire::fire::skull::fire::fire: --- themes/atom-dark-ui/tabs.css | 54 ++---------------------------------- 1 file changed, 2 insertions(+), 52 deletions(-) diff --git a/themes/atom-dark-ui/tabs.css b/themes/atom-dark-ui/tabs.css index 7a1785a7d..5cba36bb2 100644 --- a/themes/atom-dark-ui/tabs.css +++ b/themes/atom-dark-ui/tabs.css @@ -17,7 +17,7 @@ inset 1px 0 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 rgba(255, 255, 255, 0.05); color: #b9bdc1; - padding: 5px 20px; + padding: 5px 10px; } .tab.active { @@ -31,54 +31,4 @@ inset 1px 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.3); -} - - -/* -.tab:first-child { - box-shadow: inset 0 0 5px #383838, inset -1px 0 0 #4a4a4a; -} - -.tab.active, -.tab.active:hover { - background-image: -webkit-linear-gradient(#222426, #1d1f21); -} - -.tab, -.tab .close-icon { - color: #aaa; -} - -.tab.file-modified .close-icon { - border-color: #aaa; -} - -.tab.active, -.tab.active:hover, -.tab.active .close-icon { - color: #e6e6e6; -} - -.tab.file-modified.active .close-icon { - border-color: #e6e6e6; -} - -.tab:hover .close-icon { - color: #c8c8c8; - border-color: #c8c8c8; -} - -.tab.file-modified .close-icon { - border: 3px solid #777; -} - -.tab.active:before, -.tab.active:after { - content: ""; - bottom: 0; -} - -.tab:hover { - color: #c8c8c8; - background-image: -webkit-linear-gradient(#474747, #444444); -}*/ +} \ No newline at end of file