Commit c946defb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Restyle ui-box to be more flat

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9fbe3ac7
...@@ -34,9 +34,8 @@ ...@@ -34,9 +34,8 @@
&.ui-box-show { &.ui-box-show {
color: #666; color: #666;
margin:20px 0; margin:20px 0;
background: #FFF; background: #FAFAFA;
box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1;
@include linear-gradient(#fafafa, #f1f1f1);
.control-group { .control-group {
margin-bottom: 0; margin-bottom: 0;
...@@ -100,9 +99,9 @@ ...@@ -100,9 +99,9 @@
} }
.title { .title {
@include bg-gray-gradient; background-color: #EEE;
border-bottom: 1px solid #CCC; border-bottom: 1px solid #DDD;
color: #456; color: #666;
font-size: 16px; font-size: 16px;
text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff;
padding: 0 10px; padding: 0 10px;
......
...@@ -10,21 +10,21 @@ ...@@ -10,21 +10,21 @@
white-space: nowrap; white-space: nowrap;
padding: 6px 12px; padding: 6px 12px;
font-size: 13px; font-size: 13px;
line-height: 1.5; line-height: 18px;
border-radius: 4px; border-radius: 4px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-o-user-select: none; -o-user-select: none;
user-select: none; user-select: none;
color: #333333; color: #444444;
background-color: #fff; background-color: #fff;
border-color: #ccc; border-color: #ccc;
text-shadow: none; text-shadow: none;
&.hover, &.hover,
&:hover { &:hover {
color: #333333; color: #444444;
text-decoration: none; text-decoration: none;
background-color: #ebebeb; background-color: #ebebeb;
border-color: #adadad; border-color: #adadad;
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
&.focus, &.focus,
&:focus { &:focus {
color: #333333; color: #444444;
text-decoration: none; text-decoration: none;
outline: thin dotted #333; outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
li { li {
&.active { &.active {
a { a {
@include linear-gradient(#f5f5f5, #eee); background-color: #EEE;
border-bottom: 1px solid #EEE !important; border-bottom: 1px solid #EEE !important;
&:hover { &:hover {
background: #eee; background: #eee;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment