mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-08 23:08:27 +00:00
gui: Clean up CSS
This commit is contained in:
parent
eaa805b9f0
commit
46c07bb207
@ -215,10 +215,3 @@ code.ng-binding{
|
|||||||
.progress-bar-danger {
|
.progress-bar-danger {
|
||||||
background-color: #d62c1a !important;
|
background-color: #d62c1a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-advanced {
|
|
||||||
background-color: #333 !important;
|
|
||||||
border-color: #484848 !important;
|
|
||||||
padding: 1rem;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
@ -26,7 +26,6 @@ ul+h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-progress {
|
.panel-progress {
|
||||||
background: #3498db;
|
|
||||||
height: 3px;
|
height: 3px;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -40,7 +39,7 @@ ul+h5 {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.panel-title a:hover {
|
.panel-title a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
identicon {
|
identicon {
|
||||||
@ -57,10 +56,6 @@ identicon {
|
|||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.identicon rect {
|
|
||||||
fill: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkbox {
|
.checkbox {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
@ -74,7 +69,7 @@ identicon {
|
|||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip{
|
.tooltip {
|
||||||
word-wrap:break-word;
|
word-wrap:break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -103,15 +98,13 @@ identicon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-no-bullet {
|
.list-no-bullet {
|
||||||
list-style-type: none
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.li-column {
|
.li-column {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 7em;
|
min-width: 7em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
background-color: rgb(236, 240, 241);
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
margin: 2px 2px;
|
margin: 2px 2px;
|
||||||
}
|
}
|
||||||
@ -152,18 +145,16 @@ table.table-condensed td.no-overflow-ellipse {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-advanced{
|
.folder-advanced {
|
||||||
background-color: hsla(0,0%,99%,1);
|
|
||||||
border: 1px solid hsla(0, 0%, 95%, 1);
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-advanced-toggle{
|
.folder-advanced-toggle {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.folder-advanced-toggle .collapse,
|
.folder-advanced-toggle .collapse,
|
||||||
.folder-advanced-toggle.collapsed .expand{
|
.folder-advanced-toggle.collapsed .expand {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
/*
|
||||||
|
// Copyright (C) 2016 The Syncthing Authors.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||||
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
.panel-progress {
|
||||||
|
background: #3498db;
|
||||||
|
}
|
||||||
|
|
||||||
|
.identicon rect {
|
||||||
|
fill: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.li-column {
|
||||||
|
background-color: rgb(236, 240, 241);
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user