diff options
author | Julius Haertl <jus@bitgrid.net> | 2017-03-05 15:37:17 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-03-20 12:49:08 +0100 |
commit | 9f259d4c7ace8da4eb1ace1788c2532ad7fec101 (patch) | |
tree | fb2ed7c8e0a4c67c4c9694f84b2aba4776c92a5a /core/css | |
parent | c7de67e44a20780cf3bc03429e251c112c298b86 (diff) | |
download | nextcloud-server-9f259d4c7ace8da4eb1ace1788c2532ad7fec101.tar.gz nextcloud-server-9f259d4c7ace8da4eb1ace1788c2532ad7fec101.zip |
Remove legacy CSS
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 41 | ||||
-rw-r--r-- | core/css/variables.scss | 5 |
2 files changed, 1 insertions, 45 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 765d4b5233a..27a4dc86c9d 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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 { diff --git a/core/css/variables.scss b/core/css/variables.scss index 8a566309894..4d554f51769 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -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;
\ No newline at end of file |