Blame view

public/ckeditor/plugins/scayt/dialogs/toolbar.css 1.2 KB
180e53f58   Андрей Ларионов   Редактор ckeditor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
  a
  {
  	text-decoration:none;
  	padding: 2px 4px 4px 6px;
  	display : block;
  	border-width: 1px;
  	border-style: solid;
  	margin : 0px;
  }
  
  a.cke_scayt_toogle:hover,
  a.cke_scayt_toogle:focus,
  a.cke_scayt_toogle:active
  {
  	border-color: #316ac5;
  	background-color: #dff1ff;
  	color : #000;
  	cursor: pointer;
  	margin : 0px;
  }
  a.cke_scayt_toogle {
  	color : #316ac5;
  	border-color: #fff;
  }
  .scayt_enabled a.cke_scayt_item {
  	color : #316ac5;
  	border-color: #fff;
  	margin : 0px;
  }
  .scayt_disabled a.cke_scayt_item {
  	color : gray;
  	border-color : #fff;
  }
  .scayt_enabled a.cke_scayt_item:hover,
  .scayt_enabled a.cke_scayt_item:focus,
  .scayt_enabled a.cke_scayt_item:active
  {
  	border-color: #316ac5;
  	background-color: #dff1ff;
  	color : #000;
  	cursor: pointer;
  }
  .scayt_disabled a.cke_scayt_item:hover,
  .scayt_disabled a.cke_scayt_item:focus,
  .scayt_disabled a.cke_scayt_item:active
  {
  	border-color: gray;
  	background-color: #dff1ff;
  	color : gray;
  	cursor: no-drop;
  }
  .cke_scayt_set_on, .cke_scayt_set_off
  {
  	display: none;
  }
  .scayt_enabled .cke_scayt_set_on
  {
  	display: none;
  }
  .scayt_disabled .cke_scayt_set_on
  {
  	display: inline;
  }
  .scayt_disabled .cke_scayt_set_off
  {
  	display: none;
  }
  .scayt_enabled  .cke_scayt_set_off
  {
  	display: inline;
  }