Remove legacy CSS

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-03-05 15:37:17 +01:00 committed by Julius Härtl
parent c7de67e44a
commit 9f259d4c7a
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 1 additions and 45 deletions

View File

@ -442,10 +442,6 @@ body {
top: -23px;
width: 250px;
}
.tipsy-inner {
font-weight: bold;
color: $color-main-old-bbbbbb;
}
input {
&[type='text'], &[type='password'], &[type='email'] {
border: none;
@ -456,8 +452,6 @@ body {
/* strengthify wrapper */
/* tipsy for the strengthify wrapper looks better with following font settings */
/* General new input field look */
/* Nicely grouping input field sets */
@ -953,35 +947,6 @@ code {
text-overflow: ellipsis;
}
.separator {
display: inline;
border-left: 1px solid $color-main-old-d3d3d3;
border-right: 1px solid $color-main-background;
height: 10px;
width: 0px;
margin: 4px;
}
a.bookmarklet {
background-color: $color-main-old-dddddd;
border: 1px solid $color-main-old-cccccc;
padding: 5px;
padding-top: 0px;
padding-bottom: 2px;
text-decoration: none;
margin-top: 5px;
}
.exception {
color: $color-main-text;
textarea {
width: 95%;
height: 200px;
background: $color-main-old-ffffee;
border: 0;
}
}
.ui-icon-circle-triangle-e {
background-image: url('../img/actions/play-next.svg?v=1');
}
@ -1096,12 +1061,6 @@ span.ui-icon {
padding-right: 5px !important;
}
.tipsy-inner {
max-width: 400px !important;
overflow: hidden;
text-overflow: ellipsis;
}
/* ---- TAGS ---- */
#tagsdialog {

View File

@ -30,7 +30,4 @@ $color-main-old-bbbbbb: #bbb;
$color-main-old-888888: #888;
$color-main-old-555555: #555;
$color-main-old-333333: #333333;
// warning color (.exception class) not sure where it exists
$color-main-old-ffffee: #ffe;
$color-main-old-333333: #333333;